Samba on Scale: Difference between revisions

From SambaWiki
Line 7: Line 7:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Name !! Open Source !! Consistency Model || C Connector || Notes
! Name !! Consistency Model || C Connector || Notes
|-
|-
| [https://etcd.io/ etcd] || yes || ? || yes || Performance?
| [https://etcd.io/ etcd] || ? || yes || Performance?
|-
|-
| [https://docs.ceph.com/en/quincy/rados/api/librados-intro/ Ceph librados] || yes || ? || yes ||
| [https://docs.ceph.com/en/quincy/rados/api/librados-intro/ Ceph librados] || ? || yes ||
|-
|-
| [https://cassandra.apache.org/_/index.html Apache Cassandra] || yes || ? || ? ||
| [https://cassandra.apache.org/_/index.html Apache Cassandra] || ? || ? ||
|-
|-
| [https://hbase.apache.org/ Apache HBase] || yes || ? || ? ||
| [https://hbase.apache.org/ Apache HBase] || ? || ? ||
|-
|-
| [https://ignite.apache.org/ Apache Ignite] || yes || ? || ? ||
| [https://ignite.apache.org/ Apache Ignite] || ? || ? ||
|-
|-
| [https://www.foundationdb.org/ FoundationDB] || yes || Strict Serializability || yes ||
| [https://www.foundationdb.org/ FoundationDB] || Strict Serializability || yes ||
|-
|-
| [https://www.cockroachlabs.com/ CockroachDB] || yes || ? || yes ||
| [https://www.cockroachlabs.com/ CockroachDB] || ? || yes ||
|-
|-
| [https://www.scylladb.com/ ScyllaDB] || yes || ? || yes ||
| [https://www.scylladb.com/ ScyllaDB] || ? || yes ||
|-
|-
| [https://www.yugabyte.com/ YugabyteDB] || yes || ? || yes ||
| [https://www.yugabyte.com/ YugabyteDB] || ? || yes ||
|-
|-
| [https://tikv.org/ tikv] || yes || ? || no (C++) ||
| [https://tikv.org/ tikv] || ? || no (C++) ||
|-
|-
| [https://pegasus.apache.org/ Apache Pegasus] || yes || ? || no (C++) ||
| [https://pegasus.apache.org/ Apache Pegasus] || ? || no (C++) ||
|}
|}



Revision as of 16:49, 16 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 ? ?
Apache HBase ? ?
Apache Ignite ? ?
FoundationDB Strict Serializability yes
CockroachDB ? yes
ScyllaDB ? yes
YugabyteDB ? 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]