Skip to content

Create a multi-DB wrapper for giant datasets #44

@sdenton4

Description

@sdenton4

Truly gigantic datasets like the A2O get too large for a single vector database.

First, insertion of new vectors into usearch DB slows down steadily as the DB increases in size. Second, the gigantic databases themselves become unwieldy to move around, and SQLite has a hard time with cloud resources. Third, large datasets generally require parallelization for ingestion, which implies the creation of multiple databases which must eventually be merged or else wrapped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions