Snapshotmaster · 74f3e85
How vector operations route into replicated shards, WAL-backed segments, filtered indexes, and merged results.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
ShardA horizontal partition of a collection that can be replicated across peers.
How to study this repo
- 1Trace one upsert
Follow the API operation through dispatcher, collection, shard routing, WAL, and segment mutation.
- 2Trace one filtered search
Connect payload filtering to HNSW candidate traversal and collection-level result merging.