go back

Volume 15, No. 12

Manu: A Cloud Native Vector Database Management System

Authors:
Rentong Guo (Zilliz) Long Xiang (Southern University of Science and Technology) Xiaofan Luan (ZilliZ) Xiao Yan (Southern University of Science and Technology)* Xiaomeng Yi (Zilliz) Jigao Luo (Zilliz) qianya cheng (zilliz) Weizhi Xu (Zilliz) Jiarui Luo (Southern University of Science and Technology) Frank Liu (Zilliz) Zhenshan Cao (Zilliz) yanliang qiao (Zilliz) Ting Wang (zilliz) Bo Tang (Southern University of Science and Technology) Charles Xie (Zilliz)

Abstract

With the development of learning-based embedding models, embedding vectors are widely used for analyzing and searching unstructured data. As vector collections exceed billion-scale, fully managed and horizontally scalable vector databases are necessary. In the past three years, through interaction with our 1200+ industry users, we have sketched a vision for the features that next-generation vector databases should have, which include long-term evolvability, tunable consistency, good elasticity, and high performance. In this paper, we present Manu, a cloud native vector database that implements these features. It is difficult to integrate all these required features if we follow traditional DBMS design rules. As most vector data applications do not require complex data models and strong data consistency, our design philosophy is to relax the data model and consistency constraints in exchange for the aforementioned features. Specifically, Manu firstly exposes the write-ahead log (WAL) and binlog as backbone services. Secondly, write components are designed as log publishers while all read-only analytic and search components are designed as independent subscribers to the log services. Finally, we utilize multi-version concurrency control (MVCC) and a delta consistency model to simplify the communication and cooperation between all system components. These designs achieve a low coupling among the system components, which is essential for elasticity and evolution. We also extensively optimize Manu for performance and usability with hardware-aware implementations and support for complex search semantics (e.g., attribute filtering). Manu is being used in a variety of applications, including, but not limited to, recommendation, multimedia, language, medicine and security. We evaluated Manu in three typical application scenarios to demonstrate its efficiency, elasticity, and scalability.

PVLDB is part of the VLDB Endowment Inc.

Privacy Policy