Tools

Qdrant Cluster Calculator

Plan your vector database capacity, estimate RAM requirements, and calculate costs

Embedding Model

Select a model to auto-fill dimensions, or enter custom values below

Vector Configuration

Matryoshka dimensions

Sparse Vectors

Optional: Add if using hybrid search with sparse vectors

Storage & Optimization

Replication

Higher replication improves availability and read throughput

Results

Memory Breakdown

Dense vectors8.58 GiB
Sparse vectors0.00 KiB
Payload & indexes1.43 GiB
Total RAM required10.01 GiB

Recommended Cluster

RAM

16 GiB

vCPU

2.0

Nodes

1

Disk

10.0 GiB

Configuration fits your requirements

Pricing Estimate

Hourly

$0.2130

per hour

Monthly

$155.92

estimated

Yearly

$1870.99

estimated

Prices are estimates based on Qdrant Cloud. Does not include backups or data transfer.

How to Use the Qdrant Estimate

Start with the number of vectors and the exact output dimension of your embedding model. Add payload and sparse-vector estimates when your collection stores metadata or uses hybrid search. Quantization and memory-mapped storage can reduce RAM pressure, but they may change recall or latency, so benchmark the same query patterns and filters you expect in production.

The result is a planning estimate, not a Qdrant quote or capacity guarantee. Replicas, segments, indexes, temporary optimization overhead, backups, traffic, and regional pricing can increase the deployed cost. Use the recommended cluster as a starting point, validate it with load tests, and compare embedding dimensions before committing to a larger collection.

For a safer rollout, load a sample that preserves your production vector, payload, and filter distribution. Measure indexing memory separately from steady-state search memory, exercise concurrent reads and writes, and leave headroom for compaction and segment optimization. Recalculate whenever dimension, quantization, replication, or payload policy changes. Finally, confirm current node sizes and prices in Qdrant Cloud because this independent calculator may lag a provider pricing or product update.

Treat disk and RAM as separate constraints: mmap can move vector pages out of resident memory, but payload indexes and active working sets still need capacity. Monitor real utilization during ingestion and peak query periods, then scale before sustained usage reaches the cluster's practical limit.