Skip to content

Commit

Permalink
Add searches on multiple segments for dense vector (#454)
Browse files Browse the repository at this point in the history
With introduction of concurrent search across multiple segments
elastic/elasticsearch#98204
there is a need to measure search across multiple segments before
force merge.
  • Loading branch information
mayya-sharipova authored Sep 27, 2023
1 parent cac6c33 commit 3996714
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dense_vector/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,39 @@
"include-in-reporting": true
}
},
{
"name": "wait-until-merges-finish_after_update",
"operation": {
"operation-type": "index-stats",
"index": "_all",
"condition": {
"path": "_all.total.merges.current",
"expected-value": 0
},
"retry-until-success": true,
"include-in-reporting": false
}
},
{
"name": "knn-search-10-100_multiple_segments",
"operation": "knn-search-10-100",
"warmup-iterations": 100,
"iterations": 1000
},
{
"name": "knn-search-100-1000_multiple_segments",
"operation": "knn-search-100-1000",
"warmup-iterations": 100,
"iterations": 1000
},
{
"name": "knn-recall-10-100_multiple_segments",
"operation": "knn-recall-10-100"
},
{
"name": "knn-recall-100-1000_multiple_segments",
"operation": "knn-recall-100-1000"
},
{
"operation": {
"operation-type": "force-merge",
Expand Down

0 comments on commit 3996714

Please sign in to comment.