Skip to content

serialization & persistence optimization #1

@swar09

Description

@swar09

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions