ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
1–10 of 99 posts
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#2Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#3Wow, that autoadvancing website is a deal breaker.
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#4Interesting. From: http://www.scylladb.com/technology/architecture/
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#5Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#6>The Scylla design, right, is based on a modern shared-nothing approach. Scylla runs multiple engines, one per core, each with its own memory, CPU and multi-queue NIC. We can easily reach 1 million CQL operations on a single commodity server. In addition, Scylla targets consistent low latency, under 1 ms, for inserts, deletes, and reads. Interesting. From: http://www.scylladb.com/technology/architecture/
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#7Literally zero mention that in the event of a network partition they will just drop messages on the floor. This is fine as a cache, perhaps replacing Redis... but as a Cassandra replacement this is pretty scary
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#8Literally zero mention that in the event of a network partition they will just drop messages on the floor. This is fine as a cache, perhaps replacing Redis... but as a Cassandra replacement this is pretty scary
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#9>The Scylla design, right, is based on a modern shared-nothing approach. Scylla runs multiple engines, one per core, each with its own memory, CPU and multi-queue NIC. We can easily reach 1 million CQL operations on a single commodity server. In addition, Scylla targets consistent low latency, under 1 ms, for inserts, deletes, and reads. Interesting. From: http://www.scylladb.com/technology/architecture/
So on virtualized hardware, namely AWS, I'm sure the benchmarks won't be so magnificent. Needing a dedicated nic per core is a big deal unless you're at a pretty large scale.
Re: ScyllaDB: Drop-in replacement for Cassandra that claims to be 10x faster
#10Same trend, by the way, is in Android development.