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

Improve performance of encoding composite keys in multi-term aggregations #9412

Merged
merged 4 commits into from
Aug 18, 2023

Rename StreamOutput::getGenericValueWriterByClass to getWriter and re…

3178f37
Select commit
Loading
Failed to load commit list.
Merged

Improve performance of encoding composite keys in multi-term aggregations #9412

Rename StreamOutput::getGenericValueWriterByClass to getWriter and re…
3178f37
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2023 in 0s

71.08% (target 70.00%)

View this Pull Request on Codecov

71.08% (target 70.00%)

Details

Codecov Report

Merging #9412 (3178f37) into main (6a5b464) will decrease coverage by 0.04%.
The diff coverage is 94.64%.

@@             Coverage Diff              @@
##               main    #9412      +/-   ##
============================================
- Coverage     71.12%   71.08%   -0.04%     
  Complexity    57417    57417              
============================================
  Files          4776     4776              
  Lines        270742   270759      +17     
  Branches      39578    39577       -1     
============================================
- Hits         192558   192478      -80     
- Misses        62044    62120      +76     
- Partials      16140    16161      +21     
Files Changed Coverage Δ
...ggregations/bucket/terms/MultiTermsAggregator.java 82.07% <93.75%> (+2.88%) ⬆️
...opensearch/core/common/io/stream/StreamOutput.java 94.88% <100.00%> (-0.79%) ⬇️

... and 428 files with indirect coverage changes