-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request