Expand description
Direct blob-store segment access for peers.
Segments never travel over gRPC: peers with storage credentials read
published index segments straight from the blob store through a local
read-through cache (see docs/design/protocol.md). Blobs are immutable
and content-addressed, so cache entries never invalidate.
Structs§
- Segment
Source - Read-through segment source over a blob/root store.
Enums§
- Snapshot
Error - Failure while bootstrapping a peer from published storage.
Traits§
- Peer
Storage - Read-only storage operations needed by a storage-aware peer.
Functions§
- load_
current_ snapshot - Loads the newest published current-state snapshot for
db.