cd /news/artificial-intelligence/i-benchmarked-pgvector-vs-qdrant-vs-… · home topics artificial-intelligence article
[ARTICLE · art-52474] src=pub.towardsai.net ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

I Benchmarked pgvector vs Qdrant vs Pinecone on 50M Vectors — Postgres Crushed the Dedicated DBs by…

A benchmark comparing pgvector, Qdrant, and Pinecone on 50 million 1536-dimensional embeddings found that Postgres with pgvectorscale served 471 queries per second at 99% recall, outperforming Qdrant's 41 QPS by 11.5x on the same AWS hardware. The results challenge the assumption that purpose-built vector databases are necessary for retrieval-augmented generation workloads, though Qdrant retains advantages at very large scales.

read1 min views1 publishedJul 9, 2026
I Benchmarked pgvector vs Qdrant vs Pinecone on 50M Vectors — Postgres Crushed the Dedicated DBs by…
Image: Pub (auto-discovered)

Member-only story

I did not expect a 40-year-old relational database to win this.

On 50 million 1536-dimensional embeddings, at a 99% recall target, on the same AWS hardware, Postgres with the pgvectorscale extension served 471 queries per second. Qdrant — a purpose-built, Rust-native vector engine designed for exactly this job — served 41. That is an 11.5x gap in favor of the database everybody already had running before “vector database” was a category.

I spent a week re-running the public benchmarks, rebuilding the indexes myself, and pricing out all three on a real RAG workload, because that number felt wrong. It mostly held up. It also came with an asterisk big enough to change your architecture decision, so let me show you the whole picture instead of the headline.

Here is the short version: for most teams shipping retrieval in 2026, the purpose-built vector database you are paying for is slower, more expensive, and more operationally complex than the Postgres box sitting next to your app. But there is a hard scale line where that flips, and Qdrant wins a category that the QPS number completely hides.

Why this fight suddenly matters #

Two years ago the advice was reflexive: doing RAG? Stand up a dedicated vector store. Pinecone, Weaviate, Qdrant, Milvus — pick one, wire it in, move on. The dedicated engines were genuinely faster…

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @pgvector 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/i-benchmarked-pgvect…] indexed:0 read:1min 2026-07-09 ·