DBIRApr 1

Compass: General Filtered Search across Vector and Structured Data

arXiv:2510.2714118.41 citations
AI Analysis

This work addresses the need for practical and robust filtered search in vector database systems, which is crucial for applications handling hybrid data, though it appears incremental as it builds on established index structures without introducing a new paradigm.

The paper tackles the problem of efficiently supporting queries that combine high-dimensional vector search with complex relational filtering in hybrid data systems, introducing Compass, a unified framework that outperforms existing general frameworks like NaviX across diverse workloads while maintaining full generality and DBMS compatibility.

The increasing prevalence of hybrid vector and relational data necessitates efficient, general support for queries that combine high-dimensional vector search with complex relational filtering. However, existing filtered search solutions are fundamentally limited by specialized indices, which restrict arbitrary filtering and hinder integration with general-purpose DBMSs. This work introduces \textsc{Compass}, a unified framework that enables general filtered search across vector and structured data without relying on new index designs. Compass leverages established index structures -- such as HNSW and IVF for vector attributes, and B+-trees for relational attributes -- implementing a principled cooperative query execution strategy that coordinates candidate generation and predicate evaluation across modalities. Uniquely, Compass maintains generality by allowing arbitrary conjunctions, disjunctions, and range predicates, while ensuring robustness even with highly-selective or multi-attribute filters. Comprehensive empirical evaluations demonstrate that Compass consistently outperforms NaviX, the only existing performant general framework, across diverse hybrid query workloads. It also matches the query throughput of specialized single-attribute indices in their favorite settings with only a single attribute involved, all while maintaining full generality and DBMS compatibility. Overall, Compass offers a practical and robust solution for achieving truly general filtered search in vector database systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes