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
Today if you run a min or max aggregation, we will always run the query and collect matches. However in the particular case that the query is a match_all query and that there are no deletions (which is fairly common for time series), we could use index statistics and return directly.