Shards, RecordIDs, Main Storage, Delta Storage

From MemCP
Revision as of 09:18, 17 May 2024 by Carli (talk | contribs) (Created page with "* Datasets of a table are organized in shards of roughly 60,000 items * Inside a shard with n items, the datasets are numbered from 0..n-1 * The first few datasets of each shard are organized in a column store * The rest of the datasets are organized in a row store * The delta store consists of the insert list as well as the deletion mask")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Datasets of a table are organized in shards of roughly 60,000 items
  • Inside a shard with n items, the datasets are numbered from 0..n-1
  • The first few datasets of each shard are organized in a column store
  • The rest of the datasets are organized in a row store
  • The delta store consists of the insert list as well as the deletion mask