• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Vector Database
    3. Manu — A Cloud Native Vector Database Management System

    Manu — A Cloud Native Vector Database Management System

    VLDB 2022 paper introducing Manu, a cloud-native vector database management system designed for scalable similarity search in cloud environments with separated storage and compute architecture.

    Surveys

    Loading more......

    Information

    Websitewww.vldb.org
    PublishedApr 4, 2026

    Categories

    1 Item
    Vector Database

    Tags

    3 Items
    #cloud-native#distributed#billion-scale

    Similar Products

    6 result(s)

    Milvus

    Milvus is a high-performance, open-source vector database designed for managing massive-scale embedding vectors in AI applications. It excels in similarity search using advanced indexing like HNSW and IVF, supports distributed deployment for billions of vectors, GPU acceleration, and hybrid search combining vector and scalar filters. Key use cases include RAG pipelines, recommendation engines, and image/video retrieval; it outperforms single-node DBs like Faiss in scalability but requires more setup compared to managed options like Pinecone.

    BLISS — A Billion Scale Index using Iterative Re-partitioning

    SIGKDD 2022 paper introducing BLISS, a billion-scale indexing method using iterative re-partitioning for large-scale approximate nearest neighbor search.

    HugeGraph

    Apache's distributed graph database from Baidu with vector search capabilities via HNSW and DiskANN indexes, supporting billion-scale graph + vector workloads for fraud detection and knowledge graphs.

    Baidu VectorDB

    Enterprise-level distributed vector database from Baidu Intelligent Cloud, built on the proprietary Mochow kernel, supporting up to 10 billion vectors with millions of QPS and millisecond latency.

    Tencent Cloud VectorDB

    Fully managed, enterprise-level distributed vector database from Tencent Cloud, supporting billion-scale vector search with millisecond latency and millions of QPS using the self-developed Olama engine.

    d-HNSW

    An efficient vector search system designed for disaggregated memory architectures. d-HNSW optimizes HNSW for environments where compute and memory are separated, typical in modern cloud and distributed systems.

    Overview

    Manu is a cloud-native vector database management system that separates storage and compute for scalable approximate nearest neighbor search in cloud environments.

    Architecture

    • Cloud-native design with storage-compute separation
    • Distributed architecture for horizontal scaling
    • Handles billion-scale vector datasets
    • Optimized for cloud deployment

    Publication

    • Venue: VLDB 2022
    • Authors: Guo et al.

    Key Features

    • Storage-compute separation for cost efficiency
    • Distributed indexing across nodes
    • Elastic scaling capabilities