-
Notifications
You must be signed in to change notification settings - Fork 90
/
qdrant-single-node-rps.json
114 lines (114 loc) · 5.76 KB
/
qdrant-single-node-rps.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
[
{
"name": "qdrant-rps-default",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold":10000000, "default_segment_number":2 },
"hnsw_config": { "m": 16, "ef_construct": 128 }
},
"search_params": [
{ "parallel": 8, "config": { "hnsw_ef": 128 } }, { "parallel": 8, "config": { "hnsw_ef": 256 } }, { "parallel": 8, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-parallel",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold":10000000, "default_segment_number":2 },
"hnsw_config": { "m": 16, "ef_construct": 128 }
},
"search_params": [
{ "parallel": 8, "config": { "hnsw_ef": 128 } },
{ "parallel": 16, "config": { "hnsw_ef": 256 } },
{ "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-m-16-ef-128",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold":10000000, "default_segment_number":2 },
"hnsw_config": { "m": 16, "ef_construct": 128 }
},
"search_params": [
{ "parallel": 1, "config": { "hnsw_ef": 64 } }, { "parallel": 1, "config": { "hnsw_ef": 128 } }, { "parallel": 1, "config": { "hnsw_ef": 256 } }, { "parallel": 1, "config": { "hnsw_ef": 512 } },
{ "parallel": 100, "config": { "hnsw_ef": 64 } }, { "parallel": 100, "config": { "hnsw_ef": 128 } }, { "parallel": 100, "config": { "hnsw_ef": 256 } }, { "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-m-32-ef-128",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold": 10000000, "default_segment_number": 2 },
"hnsw_config": { "m": 32, "ef_construct": 128 }
},
"search_params": [
{ "parallel": 1, "config": { "hnsw_ef": 64 } }, { "parallel": 1, "config": { "hnsw_ef": 128 } }, { "parallel": 1, "config": { "hnsw_ef": 256 } }, { "parallel": 1, "config": { "hnsw_ef": 512 } },
{ "parallel": 100, "config": { "hnsw_ef": 64 } }, { "parallel": 100, "config": { "hnsw_ef": 128 } }, { "parallel": 100, "config": { "hnsw_ef": 256 } }, { "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-m-32-ef-256",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold": 10000000, "default_segment_number": 2 },
"hnsw_config": { "m": 32, "ef_construct": 256 }
},
"search_params": [
{ "parallel": 1, "config": { "hnsw_ef": 64 } }, { "parallel": 1, "config": { "hnsw_ef": 128 } }, { "parallel": 1, "config": { "hnsw_ef": 256 } }, { "parallel": 1, "config": { "hnsw_ef": 512 } },
{ "parallel": 100, "config": { "hnsw_ef": 64 } }, { "parallel": 100, "config": { "hnsw_ef": 128 } }, { "parallel": 100, "config": { "hnsw_ef": 256 } }, { "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-m-32-ef-512",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold": 10000000, "default_segment_number": 2 },
"hnsw_config": { "m": 32, "ef_construct": 512 }
},
"search_params": [
{ "parallel": 1, "config": { "hnsw_ef": 64 } }, { "parallel": 1, "config": { "hnsw_ef": 128 } }, { "parallel": 1, "config": { "hnsw_ef": 256 } }, { "parallel": 1, "config": { "hnsw_ef": 512 } },
{ "parallel": 100, "config": { "hnsw_ef": 64 } }, { "parallel": 100, "config": { "hnsw_ef": 128 } }, { "parallel": 100, "config": { "hnsw_ef": 256 } }, { "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-m-64-ef-256",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold": 10000000, "default_segment_number": 2 },
"hnsw_config": { "m": 64, "ef_construct": 256 }
},
"search_params": [
{ "parallel": 1, "config": { "hnsw_ef": 64 } }, { "parallel": 1, "config": { "hnsw_ef": 128 } }, { "parallel": 1, "config": { "hnsw_ef": 256 } }, { "parallel": 1, "config": { "hnsw_ef": 512 } },
{ "parallel": 100, "config": { "hnsw_ef": 64 } }, { "parallel": 100, "config": { "hnsw_ef": 128 } }, { "parallel": 100, "config": { "hnsw_ef": 256 } }, { "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
},
{
"name": "qdrant-rps-m-64-ef-512",
"engine": "qdrant",
"connection_params": { "timeout": 30 },
"collection_params": {
"optimizers_config": { "max_segment_size": 1000000, "memmap_threshold": 10000000, "default_segment_number": 2 },
"hnsw_config": { "m": 64, "ef_construct": 512 }
},
"search_params": [
{ "parallel": 1, "config": { "hnsw_ef": 64 } }, { "parallel": 1, "config": { "hnsw_ef": 128 } }, { "parallel": 1, "config": { "hnsw_ef": 256 } }, { "parallel": 1, "config": { "hnsw_ef": 512 } },
{ "parallel": 100, "config": { "hnsw_ef": 64 } }, { "parallel": 100, "config": { "hnsw_ef": 128 } }, { "parallel": 100, "config": { "hnsw_ef": 256 } }, { "parallel": 100, "config": { "hnsw_ef": 512 } }
],
"upload_params": { "parallel": 16 }
}
]