Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/reference/release-notes/highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ Other versions:
// === Heading
//
// Description.

=== Speed up Date histogram

In 7.10 we {es-pull}61467[managed] an 11% speed improvement in
<<search-aggregations-bucket-datehistogram-aggregation>>. In 7.11 we've
{es-pull}63643[sped] it up an additional 85% in some common cases - most
noteably when the date_histogram is a top level aggregation and there aren't
sub-aggregations. Kibana uses Date histogram in this form very very frequently.