Firebird (数据库)
Firebird,是一个跨平台的关系数据库系统,目前能够运行在Windows、linux和各种Unix操作系统上,源于Borland公司的InterBase 6.0,是一个完全非商业化的产品,但源代码经过大规模重写,使用C++开发。
開發者 | Firebird專案 |
---|---|
当前版本 |
|
源代码库 | |
编程语言 | C++ |
操作系统 | 跨平台 |
类型 | 關聯式資料庫管理系統 |
许可协议 | IPL, IDPL |
网站 | www |
特色
支援多版本並發控制(Multiversion Concurrency Control,MVCC)、Stored Procedure、Trigger、自定義方法(User-defined function,UDF)等商用資料庫行為程序。同時因為與interbase的血緣關係,大部分interbase的GUI工具可以直接應用到Firebird開發中。
版本區分
Firebird提供三個伺服器環境版本,分別是超級伺服器版本(SuperServer)、標準伺服器版本(ClassicServer)與嵌入式版本(Embedded),依商用情境概略說明:
- 超級伺服器版本(SuperServer)
- 支援多執行緒(Multithreading)模式,可以以背景Service模式執行。
- 標準伺服器版本(ClassicServer)
- 支援每個執行緒可以個別管理自己的資料庫,允許資料庫與伺服器不是儲存在同一台情境,適合用於多處理器環境。
- 嵌入式版本(Embedded)
- 針對嵌入式系統要求獨占程序設計版本,允許資料庫與伺服器在同一台運行情境。
歷史
Firebird 1.0
2002年3月11日公開,初期支援Linux、Windows、Mac OS X版本,兩個月後公開Solaris、FreeBSD、HP-UX移植版本,以C語言為中心開發。
Firebird 1.5
2004年2月23日公開,自此版本開始變更為C++為中心開發。SQL陳述句支援SQL92標準函式、SQL1999的SAVEPOINT函式與明確鎖定(explicit locking)[2]。
Firebird 2.5
2010年10月4日公開。支援正則表達式(Regular Expression,RE)[5]。
Firebird 3.0
2016年4月19日公開。
参考文献
- . 2024年1月11日 [2024年1月14日].
- . [29 September 2009]. (原始内容存档于2015-09-24). Firebird 1.5.5 General Notes for rewriting it from C to C++ language
- Releases Firebird-win64. (页面存档备份,存于) Sourceforge.net; abgerufen am 3. Mai 2011.
- Releases Firebird-linux-amd64. (页面存档备份,存于) Sourceforge.net; 3. May 2011.
- Helen Borrie. . 20 July 2014 [20 July 2014]. (原始内容存档于2017-04-22).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.