From 6b6f278861cb7284816eaf6252691dfcb4e0f664 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Thu, 13 Jul 2017 01:01:51 +0200 Subject: [PATCH] Add Comdb2 by Bloomberg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77af39e..fc2f574 100644 --- a/README.md +++ b/README.md @@ -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.