Database / ScyllaDB Interview questions
What is the difference between ScyllaDB and Apache Cassandra?
| ScyllaDB | Apache Cassandra |
| Written in C++ on the Seastar framework. | Written in Java, runs on the JVM. |
| Shard-per-core, no GC pauses. | Thread-pool based, subject to GC pauses. |
| Wire-compatible with CQL and Cassandra drivers. | Native CQL implementation. |
| Adopted Raft for strongly consistent schema/topology changes. | Uses gossip-based eventually consistent schema propagation. |
| Includes Alternator (DynamoDB-compatible API). | No built-in DynamoDB compatibility. |
Because ScyllaDB re-implements Cassandra's data model and wire protocol, most existing CQL schemas, queries, and drivers work against either system with little to no change, which is why migrations are typically described as a drop-in replacement rather than a rewrite. The practical difference teams notice is throughput per node and tail latency consistency, particularly under high load or with large heaps, rather than a difference in the CQL data model itself.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
