Skip to content

Commit ae75941

Browse files
writinwatersJinHai-CN
authored andcommitted
Update benchmark.md (infiniflow#1158)
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
1 parent 9975e45 commit ae75941

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/references/benchmark.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ sidebar_position: 1
33
slug: /benchmark
44
---
55
# Benchmark
6+
This document compares the following key specifications of Elasticsearch, Qdrant, and Infinity:
7+
8+
- QPS
9+
- Recall
10+
- Time to insert & build index
11+
- Time to import & build index
12+
- Disk usage
13+
- Peak memory usage
14+
15+
## Versions
16+
| | QPS |
17+
| ----------------- | --------- |
18+
| **Elasticsearch** | v8.13.0 |
19+
| **Qdrant** | v1.8.2 |
20+
| **Infinity** | v0.1.0 |
21+
22+
## Run Benchmark
623

724
1. Install necessary dependencies.
825

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

0 commit comments

Comments
 (0)