mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
Add metadata about the node: host_id, datacenter, and rack. This enables dc- or rack- aware restore. Today this information is "encoded" into the snapshot hierarchy prefixes, but if all manifest files would be stored in a flat directory, we'd need to encode that metadata in the object name, but it'd be better for the manifest contents to be self descriptive. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
Scylla developer documentation
This folder contains developer-oriented documentation concerning the ScyllaDB codebase. We also have a wiki, which contains additional developer-oriented documentation. There is currently no clear definition of what goes where, so when looking for something be sure to check both.
Seastar documentation can be found here.
User documentation can be found on docs.scylladb.com
For information on how to build Scylla and how to contribute visit HACKING.md and CONTRIBUTING.md.