STRENGTHS
- Predictable on-disk hashing
- One-file operational footprint
- Bounded structural caches
- Integrated record locks and secondary indexes
STORAGE / PROFESSIONAL
The reference production engine: premium hashed storage in one efficient file.
01 / DESIGN
Block Storage places accounts, files, lock slots, hash groups and record data inside one structured block file. File modulo directs an item hash to a group chain, free blocks are reused, and bounded caches retain group entries and listing snapshots.
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
Block Storage is RightMV's reference implementation for production use. Its premium hashing backend stores the complete system in a single file and is designed to run efficiently across both small and large environments.
Reusable block allocation
Hashed group chains and adaptive hot-insert handling
Persistent lock slots with TTL recovery
Grouped commits and secondary-index maintenance
BEST FIT
CORE CAPABILITIES
CONFIGURATION
MVDB_BLOCK_DATA_ROOTMVDB_BLOCK_FILE_NAMEMVDB_BLOCK_SIZEMVDB_BLOCK_MAX_BYTESMVDB_BLOCK_DEFAULT_MODULOMVDB_BLOCK_MAX_LOCKSMVDB_BLOCK_GROUP_ENTRY_CACHE_SIZEMVDB_BLOCK_GROUP_COMMIT_RECORDS