Samba on Scale: Difference between revisions

From SambaWiki
No edit summary
Line 47: Line 47:
| [https://objectivefs.com/ ObjectiveFS] || no || yes]
| [https://objectivefs.com/ ObjectiveFS] || no || yes]
|}
|}

= Links =

* [https://fauna.com/blog/comparison-of-scalable-database-isolation-levels A Comparison of Scalable Database Isolation Levels]
* [https://fauna.com/blog/demystifying-database-systems-correctness-anomalies-under-serializable-isolation Correctness Anomalies Under Serializable Isolation]

Revision as of 07:50, 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 ? ?
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]

Links