• 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. Relational Databases
    3. TiDB Vector Search

    TiDB Vector Search

    Built-in vector search capability in TiDB, a MySQL-compatible database, enabling seamless storage and search for vectors using SQL with HNSW indexes. Eliminates the need for separate vector databases by combining operational and vector data.

    Overview

    TiDB, a MySQL-compatible database, has introduced built-in vector search capabilities, enabling seamless storage and search for vectors directly using SQL. TiDB extends MySQL syntax to support Vector Search and introduces new Vector data types and several vector functions.

    Key Features

    MySQL Compatibility

    TiDB Serverless brings built-in vector search to the MySQL landscape. Developers can leverage the familiar SQL environment to effortlessly join, index, and query both operational and vector data. This capability enables advanced semantic searches, combining the power of vector search with the reliability and ease of MySQL.

    Vector Data Types

    The following Vector data types are currently available:

    • VECTOR: A sequence of single-precision floating-point numbers with any dimension

    Note: Vector data types are TiDB specific, and are not supported in standard MySQL.

    Vector Indexes

    TiDB implements vector indexes using the Hierarchical Navigable Small World (HNSW) method for efficient nearest neighbor searches.

    Benefits

    Unified Data Architecture

    The built-in approach eliminates the need for separate databases for vector and operational data, thus avoiding data redundancy. Store vector embeddings directly alongside your MySQL data, simplifying your data architecture with the straightforwardness of SQL.

    No External Dependencies

    Everything runs within TiDB, eliminating the complexity of managing separate vector databases and keeping data synchronized.

    Platform Availability

    Vector data types are available on:

    • TiDB Self-Managed
    • TiDB Cloud Starter
    • TiDB Cloud Essential
    • TiDB Cloud Dedicated

    For TiDB Self-Managed and TiDB Cloud Dedicated, the TiDB version must be v8.4.0 or later (v8.5.0 or later is recommended).

    Use Cases

    • Semantic search in MySQL applications
    • RAG (Retrieval Augmented Generation) applications
    • Recommendation systems
    • AI applications requiring MySQL compatibility
    • Applications needing both transactional and vector search capabilities

    Pricing

    Varies by TiDB deployment option (Serverless, Dedicated, Self-Managed). Consult PingCAP pricing for details.

    Surveys

    Loading more......

    Information

    Websitedocs.pingcap.com
    PublishedMar 26, 2026

    Categories

    1 Item
    Relational Databases

    Tags

    3 Items
    #mysql-compatible#hnsw#sql

    Similar Products

    6 result(s)

    DuckDB VSS Extension

    Experimental extension for DuckDB that adds HNSW indexing support to accelerate vector similarity search queries using DuckDB's fixed-size ARRAY type. First custom index type provided through a DuckDB extension.

    ClickHouse Vector Search

    Vector similarity search in ClickHouse using HNSW indexes for high-performance approximate nearest-neighbor (ANN) searches. Supports both exact brute-force and indexed search approaches with innovative QBit data type for query-time precision adjustment.

    CockroachDB

    CockroachDB is a cloud-native, distributed SQL database that now supports vector data, combining traditional SQL queries with efficient vector search capabilities, ensuring data resilience, availability, scalability, and strong consistency.

    HNSWlib

    A fast C++/Python library for Hierarchical Navigable Small World (HNSW) graph-based vector search, offering high performance for dense vector retrieval with incremental insert support.

    Featured

    HNSW-IF

    Hybrid billion-scale vector search method combining HNSW with inverted file indexes, enabling cost-efficient search by keeping centroids in memory while storing vectors on disk.

    Featured

    DuckDB

    An in-memory, open-source, and free analytical database that speaks SQL, heavily based on vectorization. It can store and process vector embeddings using Array and List data types to enable vector search, bridging the gap between data engineering and AI workflows with fast response times.

    Featured