Module garage_table::replication[][src]

Structs

TableFullReplication

Full replication schema: all nodes store everything Writes are disseminated in an epidemic manner in the network Advantage: do all reads locally, extremely fast Inconvenient: only suitable to reasonably small tables

TableShardedReplication

Sharded replication schema:

Enums

ReplicationMode

Traits

TableReplication

Trait to describe how a table shall be replicated