• 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. Multi Model & Hybrid Databases
    3. AtlasDB

    AtlasDB

    Distributed, transactional key-value store developed by Palantir Technologies, designed for general-purpose data storage with high performance and horizontal scalability across multiple nodes.

    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedApr 4, 2026

    Categories

    1 Item
    Multi Model & Hybrid Databases

    Tags

    3 Items
    #distributed#transactional#key-value-store

    Similar Products

    6 result(s)

    Apache Cassandra Vector Search

    Distributed NoSQL database with vector search capabilities via Storage-Attached Indexes (SAI) in Cassandra 5.0+. Uses Lucene HNSW for approximate nearest neighbor search. This is an OSS database under Apache 2.0 license.

    Featured

    SingleStore

    Real-time distributed SQL database with vector search capabilities, combining transactional, analytical, and vector workloads in a single engine for hybrid AI applications.

    NebulaGraph

    Open-source distributed graph database designed for super large-scale graphs with billions of vertices and trillions of edges. Outperforms Neo4j on larger datasets while providing graph database capabilities for AI applications.

    Apache Kvrocks

    Distributed key-value NoSQL database with experimental vector similarity search. Redis-compatible with RocksDB storage engine, adding HNSW-based vector indexing for large-scale vector data management.

    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.

    Overview

    AtlasDB is a distributed, transactional key-value store developed by Palantir Technologies. While not specifically a vector search engine, it is often mentioned in comparison with vector databases for its high performance and scalability when dealing with large-scale data.

    Key Features

    • Distributed and transactional: Allows for horizontal scaling across multiple nodes while ensuring data consistency through ACID transactions.
    • High performance: Provides low-latency reads and writes even when dealing with large-scale data.
    • Language support: Supports Java and Python libraries for easy integration with various applications and programming languages.
    • General-purpose storage: Designed for broad data storage use cases beyond specialized vector similarity search.

    Use Cases

    • General-purpose distributed data storage requiring strong consistency
    • Applications needing ACID-compliant transactions at scale
    • Systems requiring horizontal scalability across multiple nodes

    Pricing

    Open-source and available on GitHub under the Apache 2.0 license.