forked from redis-performance/vector-db-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qdrant-single-node.json
146 lines (146 loc) · 6.22 KB
/
qdrant-single-node.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"name": "qdrant-default",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 }
},
"search_params": [
{ "parallel": 8, "search_params": { "hnsw_ef": 128 } }
],
"upload_params": { "parallel": 16, "batch_size": 1024 }
},
{
"name": "qdrant-continuous-benchmark",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"hnsw_config": {
"m": 32,
"ef_construct": 256
},
"quantization_config": {
"scalar": {
"type": "int8",
"quantile": 0.99
}
},
"optimizers_config": {
"max_segment_size": 1000000,
"default_segment_number": 3,
"memmap_threshold": 10000000
}
},
"search_params": [
{
"parallel": 8,
"search_params": {
"hnsw_ef": 256,
"quantization": {
"oversampling": 2.0
}
}
}
],
"upload_params": { "parallel": 16, "batch_size": 1024 }
},
{
"name": "qdrant-parallel",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 }
},
"search_params": [
{ "parallel": 8, "search_params": { "hnsw_ef": 128 } },
{ "parallel": 16, "search_params": { "hnsw_ef": 128 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 128 } }
],
"upload_params": { "parallel": 16, "batch_size": 1024 }
},
{
"name": "qdrant-m-16-ef-128",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 },
"hnsw_config": { "m": 16, "ef_construct": 128 }
},
"search_params": [
{ "parallel": 1, "search_params": { "hnsw_ef": 64 } }, { "parallel": 1, "search_params": { "hnsw_ef": 128 } }, { "parallel": 1, "search_params": { "hnsw_ef": 256 } }, { "parallel": 1, "search_params": { "hnsw_ef": 512 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 64 } }, { "parallel": 100, "search_params": { "hnsw_ef": 128 } }, { "parallel": 100, "search_params": { "hnsw_ef": 256 } }, { "parallel": 100, "search_params": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-m-32-ef-128",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 },
"hnsw_config": { "m": 32, "ef_construct": 128 }
},
"search_params": [
{ "parallel": 1, "search_params": { "hnsw_ef": 64 } }, { "parallel": 1, "search_params": { "hnsw_ef": 128 } }, { "parallel": 1, "search_params": { "hnsw_ef": 256 } }, { "parallel": 1, "search_params": { "hnsw_ef": 512 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 64 } }, { "parallel": 100, "search_params": { "hnsw_ef": 128 } }, { "parallel": 100, "search_params": { "hnsw_ef": 256 } }, { "parallel": 100, "search_params": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-m-32-ef-256",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 },
"hnsw_config": { "m": 32, "ef_construct": 256 }
},
"search_params": [
{ "parallel": 1, "search_params": { "hnsw_ef": 64 } }, { "parallel": 1, "search_params": { "hnsw_ef": 128 } }, { "parallel": 1, "search_params": { "hnsw_ef": 256 } }, { "parallel": 1, "search_params": { "hnsw_ef": 512 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 64 } }, { "parallel": 100, "search_params": { "hnsw_ef": 128 } }, { "parallel": 100, "search_params": { "hnsw_ef": 256 } }, { "parallel": 100, "search_params": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-m-32-ef-512",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 },
"hnsw_config": { "m": 32, "ef_construct": 512 }
},
"search_params": [
{ "parallel": 1, "search_params": { "hnsw_ef": 64 } }, { "parallel": 1, "search_params": { "hnsw_ef": 128 } }, { "parallel": 1, "search_params": { "hnsw_ef": 256 } }, { "parallel": 1, "search_params": { "hnsw_ef": 512 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 64 } }, { "parallel": 100, "search_params": { "hnsw_ef": 128 } }, { "parallel": 100, "search_params": { "hnsw_ef": 256 } }, { "parallel": 100, "search_params": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-m-64-ef-256",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 },
"hnsw_config": { "m": 64, "ef_construct": 256 }
},
"search_params": [
{ "parallel": 1, "search_params": { "hnsw_ef": 64 } }, { "parallel": 1, "search_params": { "hnsw_ef": 128 } }, { "parallel": 1, "search_params": { "hnsw_ef": 256 } }, { "parallel": 1, "search_params": { "hnsw_ef": 512 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 64 } }, { "parallel": 100, "search_params": { "hnsw_ef": 128 } }, { "parallel": 100, "search_params": { "hnsw_ef": 256 } }, { "parallel": 100, "search_params": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-m-64-ef-512",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "memmap_threshold": 10000000 },
"hnsw_config": { "m": 64, "ef_construct": 512 }
},
"search_params": [
{ "parallel": 1, "search_params": { "hnsw_ef": 64 } }, { "parallel": 1, "search_params": { "hnsw_ef": 128 } }, { "parallel": 1, "search_params": { "hnsw_ef": 256 } }, { "parallel": 1, "search_params": { "hnsw_ef": 512 } },
{ "parallel": 100, "search_params": { "hnsw_ef": 64 } }, { "parallel": 100, "search_params": { "hnsw_ef": 128 } }, { "parallel": 100, "search_params": { "hnsw_ef": 256 } }, { "parallel": 100, "search_params": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
}
]