oxnr / awesome-bigdata

A curated list of awesome big data frameworks, ressources and other awesomeness.
https://github.com/onurakpolat/awesome-bigdata
MIT License
13.2k stars 2.55k forks source link

Added ScyllaDB, is compatible with Apache Cassandra #131

Closed d1eg0 closed 7 years ago

d1eg0 commented 7 years ago

ScyllaDB is a drop in solution of Cassandra, it's written in C++. They promise a x10 regarding Cassandra performance, but in some tests they achieve x2 http://blog.octo.com/en/scylladb-vs-cassandra-towards-a-new-myth/ Some people of the developer team work and contributed in linux kernel functions and virtual parallelizing modules.

chester89 commented 7 years ago

@d1eg0 that article is more than a year old, Scylla has improved a lot since then

d1eg0 commented 7 years ago

@chester89 yes, it's true! In the Scylla web page they use a version from Oct 2015 to run the benchmark and tell x10... They should udpate the benchmark for each upgrade of Scylla and Cassandra to really show the evolving performance improvement. It is straightfoward and they have the power to do it.