Expand description
Rudb’s single-file columnar snapshot format.
A committed directory names independently readable column pages. The first version handles scalar columns and one table; the file header already has two generation slots so an unfinished replacement directory cannot hide the last complete one.
Structs§
- Frequency
Occurrences - Sparse row ordinals covered by a numeric frequency candidate set.
- Reader
- Reads committed native column pages without holding the table in memory.
- Stripe
- One independently readable stripe of a table.
- Table
- The committed table directory.
- Writer
- Appends pages and commits a new directory for one table.