2 min to complete
To summarize, these are the main points we covered:
- ScyllaDB has a ring-type architecture
- It’s a distributed, highly available, high performance, low maintenance, highly scalable NoSQL database
- In ScyllaDB all nodes are created equal, there are no master/slave nodes
- Data is automatically distributed and replicated on the cluster according to the replication strategy
- ScyllaDB supports multiple data centers
- ScyllaDB transparently partitions data by using the hash values of keys
Quizzes