Comparison

YDB-Qdrant vs standalone Qdrant

YDB-Qdrant is a Qdrant-compatible layer for applications that already depend on YDB. Standalone Qdrant is a full dedicated vector database with broader API coverage and specialized vector indexing.

Choose YDB-Qdrant when

Choose standalone Qdrant when

Architecture difference

YDB-Qdrant stores collection metadata in qdr__collections, points in qdrant_all_points, and path lookups in qdrant_points_by_file. It keeps the operational surface close to YDB. Standalone Qdrant operates as a dedicated vector database with its own storage, indexing, and cluster controls.

Developer resources