ScyllaDB
Source-available distributed NoSQL wide-column data store From Wikipedia, the free encyclopedia
ScyllaDB is a source-available distributed NoSQL wide-column data store. It was designed to be compatible with Apache Cassandra while achieving significantly higher throughputs and lower latencies. It supports the same protocols as Cassandra (CQL) and the same file formats (SSTable), but is a completely rewritten implementation, using the C++20 language replacing Cassandra's Java, and the Seastar[1] asynchronous programming library replacing classic Linux programming techniques such as threads, shared memory and mapped files. In addition to implementing Cassandra's protocols, ScyllaDB also implements the Amazon DynamoDB API.[2]
![]() Scylla monster, mascot of the Scylla database | |
Developer(s) | ScyllaDB Inc. |
---|---|
Initial release | September 22, 2015 |
Stable release | ScyllaDB Open Source 6.2.0
/ October 28, 2024 |
Repository | |
Written in | C++ |
Operating system | Linux |
Type | distributed data store |
License | ScyllaDB Software License Agreement, previously GNU AGPL |
Website | www |
ScyllaDB uses a sharded design on each node, meaning that each CPU core handles a different subset of data. Cores do not share data, but rather communicate explicitly when they need to. The ScyllaDB authors claim that this design allows ScyllaDB to achieve much better performance on modern NUMA SMP machines, and to scale very well with the number of cores. They have measured as much as 2 million requests per second on a single machine,[3] and also claim that a ScyllaDB cluster can serve as many requests as a Cassandra cluster 10 times its size – and do so with lower latencies.[4] Independent testing has not always been able to confirm such 10-fold throughput improvements, and sometimes measured smaller speedups, such as 2x.[5] A 2017 benchmark from Samsung observed the 10x speedup on high-end machines – the Samsung benchmark reported that ScyllaDB outperformed Cassandra on a cluster of 24-core machines by a margin of 10–37x depending on the YCSB workload.[6]
ScyllaDB is available on-premises, on major public cloud providers, or as a DBaaS (ScyllaDB Cloud).[citation needed]
History
ScyllaDB was started in December 2014 by the startup Cloudius Systems (later renamed ScyllaDB Inc.), previously known for having created OSv. Co-founders were Avi Kivity and Dor Laor. ScyllaDB was released as open source in September 2015,[7] under the AGPL license. In December 2024, ScyllaDB moved to a source available license.[8] Its source code and development process is still open to the public on public GitHub repositories, but usage on a cluster beyond a certain size requires purchasing a license.
References
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.