[feature request]high level search profile API #48696
Labels
>enhancement
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
like profile API declared:
Note that the Profile API, amongst other things, doesn’t measure network latency, time spent in the search fetch phase, time spent while the requests spends in queues or while merging shard responses on the coordinating node.
currently the search profile API is actually query profile API.
if there is a search profile API, which can provide below info:
query time per shard (maybe # of documents scanned, # of documents scored ),
fetch time per shard (maybe # of documents fetched),
merge time (maybe # of documents merged),
and total time (the time during a search in and out ES)
with above info, the overall situation can be summarized, which could help a lot when investigate search performance issues.
The text was updated successfully, but these errors were encountered: