Modules§
- chunk_
rows - Rows per chunk on the background write paths (§5.1.5, D-011, D-014, D-058).
Structs§
- Annotation
- One derived analytics result for one concept (§5.4, D-041).
- Concept
Upsert - A concept assertion: the payload of an upsert.
- Database
- Primary database handle for Macrame bitemporal ledger.
Enums§
- High
PriCommand - Commands sent to the Write Actor on the high-priority channel (UI-driven work).
- LowPri
Command - Commands sent to the Write Actor on the low-priority channel (background work).
Constants§
- BULK_
ATOMIC_ WARN_ HOLD - Predicted hold above which
Database::write_bulk_atomicwarns (T1.3). - CHUNK_
BUDGET - The latency bound
chunk_rowsis derived from (§5.1.5, D-058). - MAX_
ARCHIVE_ SESSIONS - Most sessions
Database::archive_windowedwill run for one call (T1.1).
Functions§
- estimated_
bulk_ hold - Roughly how long
Database::write_bulk_atomicwill hold the actor for this batch (T1.3, D-081).