mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
This adds profiling to the fetch phase so we can tell when fetching is slower than we'd like and we can tell which portion of the fetch is slow. The output includes which stored fields were loaded, how long it took to load stored fields, which fetch sub-phases were run, and how long those fetch sub-phases took. Closes #75892 * Skip bwc * Don't compare fetch profiles * Use passed one * no npe * Do last rename * Move method down * serialization tests * Fix sneaky serialization * Test for sneaky bug * license header * Document * Fix test * newline * Restore assertion * unit test merging * Handle inner hits * Fixup * Revert unneeded * Revert inner hits profiling * Fix names * Fixup names * Move results building * Drop loaded_nested * Checkstyle * Fixup more * Finish writeable cleanup Add unit tests for merge * Remove null checking builder * Fix wire mistake How did this pass before?! * Rename * Remove funny builder * Remove name munging |
||
---|---|---|
.. | ||
src/test | ||
build.gradle |