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
Is your feature request related to a problem? Please describe
Since date fields have high cardinality and the aggregation around date such as date histogram operate based on different timeUnit granularities, we need to round off the date fields based on user configured calendar intervals.
User can specify date dimension as above with defaults being 'minute' and 'hour' calendar intervals. User can specify any calendar interval that is provided as part of date histogram query.
The date field ( both milliseconds and nanoseconds resolution ) will get rounded off to the associated calendar interval.
Currently, we don't have support for fixed interval , we can extend the solution if there is a need.
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Since date fields have high cardinality and the aggregation around date such as date histogram operate based on different timeUnit granularities, we need to round off the date fields based on user configured calendar intervals.
Describe the solution you'd like
User can specify date dimension as above with defaults being 'minute' and 'hour' calendar intervals. User can specify any calendar interval that is provided as part of date histogram query.
The date field ( both milliseconds and nanoseconds resolution ) will get rounded off to the associated calendar interval.
Currently, we don't have support for fixed interval , we can extend the solution if there is a need.
Related component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: