mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
e7868e92bd
The benchmarks showed a sharp decrease in aggregation performance for the UTC case. This commit uses the same calculation as joda time, which requires no conversion into any java time object, also, the check for an fixedoffset has been put into the ctor to reduce the need for runtime calculations. The same goes for the amount of the used unit in milliseconds. Closes #37826
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
Elasticsearch
|
|
Copyright 2009-2018 Elasticsearch
|
|
|
|
This product includes software developed by The Apache Software
|
|
Foundation (http://www.apache.org/).
|
|
|
|
This product includes software developed by
|
|
Joda.org (http://www.joda.org/).
|