Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include fetch phase of search query in the profiler #1261

Open
Poojita-Raj opened this issue Sep 20, 2021 · 0 comments
Open

Include fetch phase of search query in the profiler #1261

Poojita-Raj opened this issue Sep 20, 2021 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request Search:Performance

Comments

@Poojita-Raj
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In the profiler output, currently the time spent on the fetch phase of the query is not being measured.
The fetch phase of a search query is when the documents ids returned from the query phase are used to fetch the real documents.

This is an important step in the execution of a search request. By including the time spent here in the profile response, we get a better look into why a certain search request could be slow.

Describe the solution you'd like
Modify the profile response to include a fetch field that provides the user with total execution time spent on fetch phase of the query.

Describe alternatives you've considered
N/A

Additional context
#705

@Poojita-Raj Poojita-Raj added the enhancement Enhancement or improvement to existing feature or request label Sep 20, 2021
@getsaurabh02 getsaurabh02 moved this from 🆕 New to Later (6 months plus) in Search Project Board Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search:Performance
Projects
Status: Later (6 months plus)
Development

No branches or pull requests

3 participants