STRENGTHS
- Very fast reads after startup
- Straightforward single-file portability
- Efficient sequential write path
- Simple environment reconstruction
STORAGE / PROFESSIONAL
Blindingly fast in-memory operation with efficient, fully persisted single-file storage.
01 / DESIGN
Single-file replay appends account, file and item mutations to one portable file. Startup replays that history into in-memory account, file, item and index structures; later reads operate primarily from memory, and compaction removes superseded history.
02 / TRADE-OFFS
Storage engines balance memory, I/O, recovery, concurrency and operational complexity. These profiles show where each engine fits.
STRENGTHS
WEAKNESSES
03 / ABILITIES
Single-file replay is built for production systems where speed is the number-one requirement and the working set fits in memory. Data remains fully and reliably persisted to disk, with an efficient persistence path designed to stay out of the workload's way.
Append-only mutation records
Versioned file header and structural limits
Startup replay and automatic compaction
Stored secondary-index data
BEST FIT
CORE CAPABILITIES
CONFIGURATION
MVDB_SINGLE_FILE_DATA_ROOTMVDB_SINGLE_FILE_NAMEMVDB_SINGLE_FILE_MAX_ACCOUNTSMVDB_SINGLE_FILE_MAX_FILES_PER_ACCOUNT