[Backport 2.x] Improve performance of encoding composite keys in multi-term aggregations#9434
[Backport 2.x] Improve performance of encoding composite keys in multi-term aggregations#9434
Conversation
…ions (#9412) * Improve performance of encoding composite keys in multi-term aggregations Signed-off-by: Ketan Verma <ketan9495@gmail.com> * Rename StreamOutput::getGenericValueWriter to getGenericValueWriterByClass Signed-off-by: Ketan Verma <ketan9495@gmail.com> * Rename StreamOutput::getGenericValueWriterByClass to getWriter and remove unused code Signed-off-by: Ketan Verma <ketan9495@gmail.com> --------- Signed-off-by: Ketan Verma <ketan9495@gmail.com> (cherry picked from commit 46f2bd0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Compatibility status:Checks if related components are compatible with change 2b6fa05 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/ml-commons.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #9434 +/- ##
============================================
- Coverage 70.90% 70.89% -0.01%
- Complexity 57628 57651 +23
============================================
Files 4762 4762
Lines 272064 272081 +17
Branches 40111 40110 -1
============================================
+ Hits 192895 192898 +3
- Misses 62636 62655 +19
+ Partials 16533 16528 -5
|
Backport 46f2bd0 from #9412.