Skip to content

Commit 4140f42

Browse files
added redis-flat
1 parent c196fe7 commit 4140f42

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

experiments/configurations/redis-single-node.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,21 @@
166166
{ "parallel": 100, "search_params": { "ef": 64 } }, { "parallel": 100, "search_params": { "ef": 128 } }, { "parallel": 100, "search_params": { "ef": 256 } }, { "parallel": 100, "search_params": { "ef": 512 } }
167167
],
168168
"upload_params": { "parallel": 32 }
169+
},
170+
{
171+
"name": "redis-flat",
172+
"engine": "redis",
173+
"connection_params": {},
174+
"collection_params": {
175+
"algorithm": "flat"
176+
},
177+
"search_params": [
178+
{ "parallel": 1, "search_params": {} },
179+
{ "parallel": 8, "search_params": {} },
180+
{ "parallel": 16, "search_params": {} },
181+
{ "parallel": 32, "search_params": {} },
182+
{ "parallel": 100, "search_params": {} }
183+
],
184+
"upload_params": { "parallel": 32 }
169185
}
170186
]

0 commit comments

Comments
 (0)