Samba on Scale: Difference between revisions

From SambaWiki
Line 5: Line 5:
= List of scalable Key/Value Stores =
= List of scalable Key/Value Stores =


For an overview of Consistency Models see [https://jepsen.io/consistency Jepsen].
For an overview of Consistency Models see [https://jepsen.io/consistency Jepsen] or [https://en.wikipedia.org/wiki/Consistency_model Wikipedia].


{| class="wikitable sortable"
{| class="wikitable sortable"

Revision as of 11:10, 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

For an overview of Consistency Models see Jepsen or Wikipedia.

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