You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove the time_zone attribute, it takes less than a second. On a different environment which has 8 data nodes and 1.5TB index, the above query takes 7 seconds to complete and about 1 second when removing the time_zone attribute.
The text was updated successfully, but these errors were encountered:
Slow downs when specifying a time zone are to be expected, especially in time zones that implement daylight saving time, as it makes the identification of the right bucket for a given date more complex.
Running Elasticsearch 5.2.0 on Ubuntu with Kibana, single node, single index of 12m documents (4gb).
I'm experiencing a weird performance issue when using date histograms with the
time_zone
attribute.The following query takes about 4 seconds to complete:
If I remove the
time_zone
attribute, it takes less than a second. On a different environment which has 8 data nodes and 1.5TB index, the above query takes 7 seconds to complete and about 1 second when removing thetime_zone
attribute.The text was updated successfully, but these errors were encountered: