-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Don't profile ConstantScore queries #23430
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>enhancementgood first issuelow hanging fruitlow hanging fruithelp wantedadoptmeadoptme
Description
A ConstantScore query will return the iterator of its inner query. However, when profiling, the constant score query is wrapped separately from its inner query, which distorts the times emitted by the profiler.
This could be fixed by not wrapping the iterator if it is already a profiling implementation.
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>enhancementgood first issuelow hanging fruitlow hanging fruithelp wantedadoptmeadoptme
Type
Fields
Give feedbackNo fields configured for issues without a type.