Jump to content

Comdb2: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
tag with {{Bare URL PDF}}
Line 41: Line 41:
[[Category:Client-server database management systems]]
[[Category:Client-server database management systems]]
[[Category:Free database management systems]]
[[Category:Free database management systems]]
[[Category:RDBMS software for Linux]]
[[Category:Relational database management software for Linux]]
[[Category:Software forks]]
[[Category:Software forks]]
[[Category:Software using the Apache license]]
[[Category:Software using the Apache license]]

Revision as of 06:19, 9 April 2022

Comdb2
Original author(s)Combdb2 Team
Developer(s)Comdb2 team, and other open source component developers
Initial release1 January 2016; 8 years ago (2016-01-01)[1]
Stable release
7.0
Written inC
Operating systemLinux, Solaris, AIX
Available inEnglish
TypeRDBMS
LicenseApache v2, BSD License, MIT License, Sleepycat License[2]
Websitebloomberg.github.io/comdb2/

Comdb2 is an open source, highly available clustered RDBMS developed by Bloomberg LP, built on Optimistic concurrency control techniques. It provides multiple isolation levels, including Snapshot and Serializable Isolation. Read/Write transactions run on any node, with the client library transparently negotiating connections to lowest cost (latency) node which is available. Comdb2 implements queues for publisher-to-subscriber message delivery. Queues can be combined with table triggers for time-consistent log distribution.

Comdb2 supports the SQLite dialect of SQL with some modifications,[3] and embeds the Lua scripting language. Comdb2 maintains a fork of Berkeley DB to provide the key–value database backend to SQLite.

Comdb2 architecture was described in detail in 2016 technical paper.[4]

See also

  1. ^ "Comdb2". Comdb2 Website. Retrieved 2020-11-18.
  2. ^ "Comdb2 Licenses". Comdb2 Licenses.
  3. ^ "SQL language | Comdb2 Documentation". bloomberg.github.io. Retrieved 2020-11-18.
  4. ^ http://www.vldb.org/pvldb/vol9/p1377-scotti.pdf [bare URL PDF]