{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/manu-a-cloud-native-vector-database","title":"Manu: A Cloud Native Vector Database Management System","arxiv_id":"2206.13843","date":"2022-06-28","proceeding":null,"authors":["Rentong Guo","Xiaofan Luan","Long Xiang","Xiao Yan","Xiaomeng Yi","Jigao Luo","Qianya Cheng","Weizhi Xu","Jiarui Luo","Frank Liu","Zhenshan Cao","Yanliang Qiao","Ting Wang","Bo Tang","Charles Xie"],"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. We present Manu, a cloud native vector database that implements these features. It is difficult to integrate all these 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 among the 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.","url_abs":"https://arxiv.org/abs/2206.13843v1","url_pdf":"https://arxiv.org/pdf/2206.13843v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"manu-a-cloud-native-vector-database","repo_url":"https://github.com/milvus-io/milvus","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2206.13843","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2206.13843"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/milvus-io/milvus","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":3,"unverified":3},"by_repo_kind":{"official":{"samples":6,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"f411b1d1a4650685","entry":"IsErrorSuppressedByNolint","repo":"milvus-io/milvus","repo_kind":"official","path":"internal/core/build-support/cpplint.py","file_url":"https://github.com/milvus-io/milvus/blob/HEAD/internal/core/build-support/cpplint.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f411b1d1a4650685"}},{"code_sha256_prefix":"4a586838eb8f3fba","entry":"IsHeaderExtension","repo":"milvus-io/milvus","repo_kind":"official","path":"internal/core/build-support/cpplint.py","file_url":"https://github.com/milvus-io/milvus/blob/HEAD/internal/core/build-support/cpplint.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4a586838eb8f3fba"}},{"code_sha256_prefix":"83a8d12986d6732b","entry":"unicode_escape_decode","repo":"milvus-io/milvus","repo_kind":"official","path":"internal/core/build-support/cpplint.py","file_url":"https://github.com/milvus-io/milvus/blob/HEAD/internal/core/build-support/cpplint.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"83a8d12986d6732b"}},{"code_sha256_prefix":"30851f17e68cade0","entry":"chunk","repo":"milvus-io/milvus","repo_kind":"official","path":"internal/core/build-support/lintutils.py","file_url":"https://github.com/milvus-io/milvus/blob/HEAD/internal/core/build-support/lintutils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"30851f17e68cade0"}},{"code_sha256_prefix":"a7b6c027b4a55e2b","entry":"dechunk","repo":"milvus-io/milvus","repo_kind":"official","path":"internal/core/build-support/lintutils.py","file_url":"https://github.com/milvus-io/milvus/blob/HEAD/internal/core/build-support/lintutils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a7b6c027b4a55e2b"}},{"code_sha256_prefix":"dce27677da6dc86c","entry":"run_parallel","repo":"milvus-io/milvus","repo_kind":"official","path":"internal/core/build-support/lintutils.py","file_url":"https://github.com/milvus-io/milvus/blob/HEAD/internal/core/build-support/lintutils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"dce27677da6dc86c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}