Basic (rkyv dumps the whole struct). Loading large DBs requires reading the entire file into RAM. **Fix: Implement memory-mapped (mmap) loading so larger-than-RAM indexes can be browsed. Split the graph and vector data into separate file**