Commit bf0e85a
committed
Speed up rounding in auto_date_histogram (elastic#56384)
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.1 parent 2f38aeb commit bf0e85a
File tree
1 file changed
+4
-2
lines changed- server/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | | - | |
82 | | - | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments