-
We’re releasing a new benchmark that challenges the assumption that you can only scale with a specialized vector database. We compared Postgres (with pgvector and pgvectorscale) to Qdrant on a massive dataset of 50 million embeddings. The results show that Postgres not only holds its own but also delivers standout throughput and latency, even at production scale.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
pgvectorscale
A complement to pgvector for high performance, cost efficient vector search on large workloads.
We’re releasing a new benchmark that challenges the assumption that you can only scale with a specialized vector database. We compared Postgres (with pgvector and pgvectorscale) to Qdrant on a massive dataset of 50 million embeddings. The results show that Postgres not only holds its own but also delivers standout throughput and latency, even at production scale.
-
pgai
A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL
The answer lies inpgvectorscale (part of thepgai family), which implements the StreamingDiskANN index (a disk-based ANN algorithm built for scale) for pgvector. Combined with Statistical Binary Quantization (SBQ), it balances memory usage and performance better than traditional in-memory HNSW (hierarchical navigable small world) implementations.
Related posts
-
Connecting S3 and Postgres: Automatic Synchronization Without ETL Pipelines
-
Postgres for everything? not really..and here are some of the problems.
-
Document Loading, Parsing, and Cleaning in AI Applications
-
Ask HN: What use cases have you found for AI in database?
-
🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple