Skip to content

Commit e82cd9e

Browse files
authored
Date Histogram Optimization with Date Rounding utility refactoring (#19088)
--------- Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
1 parent b9c5bc7 commit e82cd9e

File tree

2 files changed

+103
-150
lines changed

2 files changed

+103
-150
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3535
- Disable pruning for `doc_values` for the wildcard field mapper ([#18568](https://github.com/opensearch-project/OpenSearch/pull/18568))
3636
- Make all methods in Engine.Result public ([#19276](https://github.com/opensearch-project/OpenSearch/pull/19275))
3737
- Create and attach interclusterTest and yamlRestTest code coverage reports to gradle check task([#19165](https://github.com/opensearch-project/OpenSearch/pull/19165))
38+
- Optimized date histogram aggregations by preventing unnecessary object allocations in date rounding utils ([19088](https://github.com/opensearch-project/OpenSearch/pull/19088))
3839

3940
### Fixed
4041
- Fix unnecessary refreshes on update preparation failures ([#15261](https://github.com/opensearch-project/OpenSearch/issues/15261))

0 commit comments

Comments
 (0)