We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e0dcb commit 75ca076Copy full SHA for 75ca076
docs/reference/release-notes/highlights.asciidoc
@@ -39,3 +39,11 @@ Other versions:
39
// === Heading
40
//
41
// Description.
42
+
43
+=== Speed up Date histogram
44
45
+In 7.10 we {es-pull}61467[managed] an 11% speed improvement in
46
+<<search-aggregations-bucket-datehistogram-aggregation>>. In 7.11 we've
47
+{es-pull}63643[sped] it up an additional 85% in some common cases - most
48
+noteably when the date_histogram is a top level aggregation and there aren't
49
+sub-aggregations. Kibana uses Date histogram in this form very very frequently.
0 commit comments