Deleted file numbers from manifest
Map of file index to file info for quick lookup
Indexed LDB files with metadata
Indexed LOG files with metadata
Find files that might contain a specific key based on key range metadata. Returns files in priority order (LOG files first, then LDB by level).
Note: This is a heuristic - if key ranges aren't available from manifest, all files are considered potential matches.
Initialize the index from manifest metadata. This does NOT load any file contents - just organizes metadata.
LevelDbIndex manages metadata about LevelDB files to enable lazy loading.
Instead of loading all files upfront, this class:
This dramatically reduces initial memory usage for large worlds.