2.4
SaaS Apps
is an open-source distributed NoSQL wide-column data store. It is compatible with Apache Cassandra and supports the same protocols (CQL and Thrift) and file formats (SSTable), as well as the Amazon DynamoDB API, and is based on C++20.
ScyllaDB is the database for data-intensive apps that require high performance and low latency. It was designed to be compatible with Apache Cassandra while achieving significantly higher throughputs and lower latencies. Scylla 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. Scylla claims that this design allows much better performance on modern NUMA SMP machines, and scales very well with the number of cores. A 2017 benchmark from Samsung observed the 10x speedup on high-end machines - the Samsung benchmark reported that Scylla outperformed Cassandra on a cluster of 24-core machines by a margin of 10–37x depending on the YCSB workload. Scylla is free and open source, and is available as either an on-premises solution, on the major public cloud providers or as a DBaaS (Scylla Cloud).
The in-memory data store used by millions of developers as a cache, vector database, document database, streaming engine, and message broker.
Amazon DynamoDB is a fully managed NoSQL database service offered by Amazon.com as part of the Amazon Web Services portfolio. It was announced by Amazon CTO Werner Vogels on January 18, 2012.OverviewDynamoDB differs from other Amazon services by allowing developers to purchase a...