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
{{ message }}
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
While the rotation interval of the ES write index—in other words, how frequently Heroic consumers stop writing to an elasticsearch index, create a new one and start writing to it instead—is configurable, the maximum number of read indices is not configurable and not dynamic.
maxReadIndices should be dynamically determined based upon the date range of a query and the rotation interval of Elasticsearch indices. We can then narrow the metadata response to only return documents relevant to the query as opposed to all documents. This will narrow the query to BigTable and lay the groundwork for future guardrails to enable malleable series limits that take query range into consideration.
The text was updated successfully, but these errors were encountered:
While the rotation interval of the ES write index—in other words, how frequently Heroic consumers stop writing to an elasticsearch index, create a new one and start writing to it instead—is configurable, the maximum number of read indices is not configurable and not dynamic.
maxReadIndices
should be dynamically determined based upon the date range of a query and the rotation interval of Elasticsearch indices. We can then narrow the metadata response to only return documents relevant to the query as opposed to all documents. This will narrow the query to BigTable and lay the groundwork for future guardrails to enable malleable series limits that take query range into consideration.The text was updated successfully, but these errors were encountered: