Skip to content

Commit

Permalink
Release highlight for elastic#98204
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Aug 21, 2023
1 parent d7bcad0 commit 933f867
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/changelog/98204.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
pr: 98204
summary: Introduce executor for concurrent search
summary: Enable parallel knn search across segments
area: Search
type: enhancement
type: feature
issues: []
highlight:
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

0 comments on commit 933f867

Please sign in to comment.