Samba on Scale: Difference between revisions

From SambaWiki
Line 21: Line 21:
| [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] || ? || yes ||
| [https://www.cockroachlabs.com/ CockroachDB] || [https://jepsen.io/consistency/models/serializable Serializable] || yes ||
|-
|-
| [https://www.scylladb.com/ ScyllaDB] || ? || yes ||
| [https://www.scylladb.com/ ScyllaDB] || ? || yes ||

Revision as of 07:59, 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
etcd ? yes Performance?
Ceph librados ? 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