forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release highlight for elastic#98204 (elastic#98693)
Relates elastic#98204
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
pr: 98204 | ||
summary: Introduce executor for concurrent search | ||
area: Search | ||
type: enhancement | ||
type: feature | ||
issues: [] | ||
highlight: | ||
title: Enable parallel knn search across segments | ||
body: |- | ||
Elasticsearch has until now performed search sequentially across the | ||
segments within each shard. This change makes knn queries faster on shards | ||
that are made of more than one segment, by rewriting and collecting each | ||
segment in parallel. | ||
notable: true |