Vector database
Storage tuned for nearest-neighbour search over embeddings rather than exact matching over rows. Approximate indexes trade a little recall for a large speedup.
Why exams ask this
Usually appears as a "which store fits this workload" scenario. Watch for the distractor that proposes a relational scan over millions of vectors.
Relevant to
Related concepts
Resources
No resources linked to this concept yet.