Add Comdb2 by Bloomberg

This commit is contained in:
Herman Slatman
2017-07-13 01:01:51 +02:00
committed by GitHub
parent 00b3a35d41
commit 6b6f278861

View File

@@ -243,6 +243,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu
* [Bedrock](http://bedrockdb.com/) - a simple, modular, networked and distributed transaction layer built atop SQLite.
* [CitusDB](https://www.citusdata.com/) - scales out PostgreSQL through sharding and replication.
* [Cockroach](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore.
* [Comdb2](https://github.com/bloomberg/comdb2) - a clustered RDBMS built on optimistic concurrency control techniques.
* [Datomic](http://www.datomic.com/) - distributed database designed to enable scalable, flexible and intelligent applications.
* [FoundationDB](https://foundationdb.com/) - distributed database, inspired by F1.
* [Google F1](https://research.google.com/pubs/pub41344.html) - distributed SQL database built on Spanner.