Samba on Scale: Difference between revisions

From SambaWiki
Line 23: Line 23:
| [https://www.foundationdb.org/ FoundationDB] || [https://jepsen.io/consistency/models/strict-serializable Strict Serializability] || yes ||
| [https://www.foundationdb.org/ FoundationDB] || [https://jepsen.io/consistency/models/strict-serializable Strict Serializability] || yes ||
|-
|-
| [https://www.cockroachlabs.com/ CockroachDB] || [https://jepsen.io/consistency/models/serializable Serializable] || yes ||
| [https://www.cockroachlabs.com/ CockroachDB] || [https://www.cockroachlabs.com/blog/consistency-model/#cockroachdbs-consistency-model-more-than-serializable-less-than-strict-serializability Serializable+] || yes ||
|-
|-
| [https://www.scylladb.com/ ScyllaDB] || ? || yes ||
| [https://www.scylladb.com/ ScyllaDB] || ? || yes ||

Revision as of 11:08, 17 December 2022

Introduction

Samba on Scale is the place to collect ideas, research and prototypes about the future of Scale-out Samba, both on-prem and in the cloud.

List of scalable Key/Value Stores

Name Consistency Model C Connector Notes
ctdb Sequential Consistency yes :-)
etcd ? yes Performance?
Ceph librados Sequential Consistency yes
Apache Cassandra Strong partition serializability ?
Apache HBase ? ?
Apache Ignite ? ?
FoundationDB Strict Serializability yes
CockroachDB Serializable+ yes
ScyllaDB ? yes
YugabyteDB Snapshot yes
tikv ? no (C++)
Apache Pegasus ? no (C++)

List of Opensource Clustered Filesystems

Name Open Source Built on-top of Object Storage Notes
Ceph yes yes Scalibility?
JuiceFS yes yes
MooseFS yes no
ObjectiveFS no yes]

Links