-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
M2Milestone 2: Live NEAR Lake IntegrationMilestone 2: Live NEAR Lake IntegrationenhancementNew feature or requestNew feature or request
Description
Description
Add on-disk persistence so the optimizer index survives restarts and can handle datasets larger than RAM.
Tasks
- Add
rocksdbdependency - Serialize/deserialize inverted index to RocksDB
- Incremental index updates (append-only)
- Startup: load existing index from disk
- Configurable data directory
- Benchmark: disk-backed vs in-memory query performance
Acceptance Criteria
- Index 1M blocks, restart process, query without re-indexing
- Query latency < 2× in-memory baseline
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
M2Milestone 2: Live NEAR Lake IntegrationMilestone 2: Live NEAR Lake IntegrationenhancementNew feature or requestNew feature or request