Home / Companies / ScyllaDB / Blog / Post Details
Content Deep Dive

Announcing ScyllaDB Ring Architecture Documentation

Blog post from ScyllaDB

Post Details
Company
Date Published
Author
ScyllaDB Team
Word Count
449
Language
English
Hacker News Points
-
Summary

ScyllaDB's new documentation series aims to enhance user understanding and optimization of ScyllaDB deployments by exploring various concepts and architectural design elements borrowed from Apache Cassandra, such as distributed workload and storage with eventual consistency. The focus is on ScyllaDB's Ring Architecture, where data is distributed across nodes in a cluster using tokens that are mapped via a hash function to token ranges within a keyspace. This approach is common in distributed databases like Amazon's DynamoDB and Apache Cassandra. The documentation covers essential components like clusters, nodes, keyspaces, tables, partitioners, and hash functions, providing a glossary of terms and practical guidance using the nodetool command. The site also offers resources for administrators and developers, instructions for modeling with CQL, and information on contributing to the ScyllaDB community, along with options to download or try ScyllaDB in various environments.