Samba on Scale: Difference between revisions

From SambaWiki
Line 15: Line 15:
| [https://www.yugabyte.com/ YugabyteDB] || [https://youtu.be/w_zYYF3-iSo?t=2001 Single-key Linearizability with LWT] || yes || yes ||
| [https://www.yugabyte.com/ YugabyteDB] || [https://youtu.be/w_zYYF3-iSo?t=2001 Single-key Linearizability with LWT] || yes || yes ||
|-
|-
| [https://cassandra.apache.org/_/index.html Apache Cassandra] || Configurable: Linearizability with LWT<br />New: [https://thenewstack.io/an-apache-cassandra-breakthrough-acid-transactions-at-scale/ Strict Serializability] [https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-15%3A+General+Purpose+Transactions?preview=/188744725/188744736/Accord.pdf]|| yes || [https://docs.datastax.com/en/developer/cpp-driver/2.16/topics/ yes] ||
| [https://cassandra.apache.org/_/index.html Apache Cassandra] || Configurable: Linearizability with LWT<br />Upcoming: [https://thenewstack.io/an-apache-cassandra-breakthrough-acid-transactions-at-scale/ Strict Serializability] [https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-15%3A+General+Purpose+Transactions?preview=/188744725/188744736/Accord.pdf]|| yes || [https://docs.datastax.com/en/developer/cpp-driver/2.16/topics/ yes] ||
|-
|-
| [https://www.foundationdb.org/ FoundationDB] || [https://jepsen.io/consistency/models/strict-serializable Strict Serializability] || yes || yes ||
| [https://www.foundationdb.org/ FoundationDB] || [https://jepsen.io/consistency/models/strict-serializable Strict Serializability] || yes || yes ||

Revision as of 15:25, 8 March 2023

List of scalable Key/Value Stores

For an overview of Consistency Models see Jepsen or Wikipedia. Note: LWT are defined as multiple operations on a single key.

Name Consistency Model Transactions C Client Notes
ctdb Volatile DBs: Basically Sequential Consistency
Persistent DBs: Strict Serializability
No
Yes
yes
etcd Linearizability LWT ("mini") yes
Ceph Rados Linearizability LWT via Object Operations yes
YugabyteDB Single-key Linearizability with LWT yes yes
Apache Cassandra Configurable: Linearizability with LWT
Upcoming: Strict Serializability [1]
yes yes
FoundationDB Strict Serializability yes yes
CockroachDB Serializable+, Strong Partition Serializability LWT yes 1
ScyllaDB Single-key Linearizability with LWT LWT yes
tikv Strong Consistency[2] yes (Percolator based) no (C++)
Apache Pegasus ? ? no (C++)
Apache HBase ? ? ?
Apache Ignite ? ? ?

Rapid Samba dbwrap backend prototyping

A new dbwrap backend called dbwrap_py that calls into Python for the database operations. Available backends:

List of Opensource Clustered Filesystems

Name Built on-top of Object Storage Notes
Ceph yes
GlusterFS no
JuiceFS yes
MooseFS no
ObjectiveFS yes
Lustre no
BeegFS no

Links