Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[blog] Update Benchmark #1419

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions qdrant-landing/content/blog/qdrant-1.13.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ This experiment didn't require any changes to the codebase, and everything worke

**Qdrant doesn't require high-end GPUs** to achieve significant performance improvements. The table below compares indexing times and instance costs for 1 million vectors (1536-dimensional) across common GPU machines:

| **Configuration** | **Indexing time (s)** | **Price per Instance (USD/month)** |
|------------------------------|-----------------------|-----------------------------------------|
| AMD Radeon Pro V520 | 33.1 | $394.20 (CPU + GPU) |
| Nvidia T4 | 19.1 | <span>$</span>277.40 (CPU) + <span>$</span>255.50(GPU) = $532.90 |
| Nvidia L4 | 12.4 | <span>$</span>214.32 (CPU) + <span>$</span>408.83(GPU) = $624.15 |
| 8 CPU Cores | 97.5 | $195.67 |
| 4 CPU Cores | 221.9 | $107.16 |
| **Hardware** | Type | **Indexing Time** | **Speed vs 4-Core CPU** | **Total Cost/Month** |
|------------------------|------|---------------|--------------------------------|------------------|
| AMD Radeon Pro V520 | GPU | 33.1s | 7x faster | $394.20 (CPU + GPU) |
| **NVIDIA L4** | GPU | **12.4s** | **18x faster** | <span>$</span>214.32 (CPU) + <span>$</span>408.83(GPU) = $624.15 |
| NVIDIA T4 | GPU | 19.1s | 12x faster | <span>$</span>277.40 (CPU) + <span>$</span>255.50(GPU) = $532.90 |
| **8 CPU Cores** | CPU | 97.5s | 2.3x faster | $195.67 |
| **4 CPU Cores** (Baseline) | CPU | 221.9s | – | $107.16 |

*Quoted prices are from Google Cloud Platform (NVIDIA) and AWS (AMD)*

Expand Down
Loading