-
Notifications
You must be signed in to change notification settings - Fork 25.8k
SourceLookup should leverage sequential stored fields reader #62621
Copy link
Copy link
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementTeam:SearchMeta label for search teamMeta label for search team
Description
In #62509 we've added a way to leverage sequential stored fields reader from any leaf readers used during a search.
This optimization has been plugged only for the fetch phase, when all documents to retrieve are contiguous, and proved very successful on scrolls that paginate every documents in an index.
With the addition of runtime fields, this optimization could also be helpful to speed up the retrieval of source fields in queries and aggregations since they visit documents in the natural order of the index (sequential reads).
This issue is a placeholder to implement this optimization to speed up runtime fields that work on the raw source.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementTeam:SearchMeta label for search teamMeta label for search team
Type
Fields
Give feedbackNo fields configured for issues without a type.