Speed up rounding in auto_date_histogram#56384
Conversation
This wires `auto_date_histogram` into the rounding optimization that I built in elastic#55559. This is should significantly speed up any `auto_date_histogram`s with `time_zone`s on them.
|
Pinging @elastic/es-analytics-geo (:Analytics/Aggregations) |
|
I'm not actually sure how to make a proper unit test that this is "plugged in". I will add some benchmark results with it eventually though. My desktop is currently busy benchmarking #56371. |
|
I've finally finished the benchmarks. When there is a time zone and the index contains a daylight savings time transition this cuts the runtime of Note: The "after" numbers for |
Actually both of them aren't quite right. But they can give you a sense that this particular |
This wires `auto_date_histogram` into the rounding optimization that I built in elastic#55559. This is should significantly speed up any `auto_date_histogram`s with `time_zone`s on them.
This wires
auto_date_histograminto the rounding optimization that Ibuilt in #55559. This is should significantly speed up any
auto_date_histograms withtime_zones on them.