Skip to content

Commit

Permalink
Update benchmark.md (#1158)
Browse files Browse the repository at this point in the history
Added versions of ES, qdrant, and infinity

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update
  • Loading branch information
writinwaters authored and JinHai-CN committed May 2, 2024
1 parent 9975e45 commit ae75941
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/references/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ sidebar_position: 1
slug: /benchmark
---
# Benchmark
This document compares the following key specifications of Elasticsearch, Qdrant, and Infinity:

- QPS
- Recall
- Time to insert & build index
- Time to import & build index
- Disk usage
- Peak memory usage

## Versions
| | QPS |
| ----------------- | --------- |
| **Elasticsearch** | v8.13.0 |
| **Qdrant** | v1.8.2 |
| **Infinity** | v0.1.0 |

## Run Benchmark

1. Install necessary dependencies.

Expand Down Expand Up @@ -173,4 +190,4 @@ python remote_benchmark_knn.py -t 16 -r 1 -d gist_1m
- **Dataset**: SIFT1M; **topk**: 100; **recall**: 97%+
- **P99 QPS**: 15,688 (16 clients)
- **P99 Latency**: 0.36 ms
- **Memory usage**: 408 MB
- **Memory usage**: 408 MB

0 comments on commit ae75941

Please sign in to comment.