/plushcap/analysis/datastax/datastax-data-dictionary-cassandra-12

The data dictionary in Cassandra 1.2

What's this blog post about?

The system keyspace in Cassandra 1.2 contains tables with information about the cluster and its nodes, including gossip data, tokens for virtual nodes, batch logs, hinted handoffs, index creation status, node IDs, range transfer status, and request traces. These tables correspond to CREATE TABLE syntax and provide drivers with necessary introspection without relying on old Thrift calls. However, users should be cautious when updating data in the system keyspace as schema changes are not allowed.

Company
DataStax

Date published
Dec. 11, 2012

Author(s)
Jonathan Ellis

Word count
248

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.