Expand description
Secondary index over block metadata enabling fast filtered queries.
StorageIndexBuilder maintains an in-memory index keyed by CID and
supports rich filter expressions (size range, time range, tags, content
type, logical AND/OR) without scanning the underlying block store.
Structs§
- Index
Entry - A single record stored in the secondary index.
- Index
Stats - Summary statistics for the index.
- Storage
Index Builder - Builds and maintains a secondary index over block metadata.
Enums§
- Index
Field - Dimensions of the secondary index.
- Query
Filter - Filter expression for querying the index.