Skip to main content

Crate atomr_persistence_cassandra

Crate atomr_persistence_cassandra 

Source
Expand description

atomr-persistence-cassandra.

Events are stored in a wide-row table partitioned by (persistence_id, partition_nr) so large persistence ids stay within Cassandra partition size limits. Snapshots live in a sibling table keyed by persistence_id + sequence_nr.

Structs§

CassandraConfig
CassandraJournal
CassandraSnapshotStore

Constants§

DEFAULT_PARTITION_SIZE

Functions§

ensure_schema