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
Some aggregations/queries are long running, and before their completion, the http connection will timeout (e.g. ALB defaults to 60s). In these cases, there is no endpoint to retrieve the output after the connection is terminated.
As a first step to solving this issue, we should support adding indexes to increase query performance (re #102), however, some queries may still take longer than 60s to return.
To address this, we want to allow the queuing query execution in one request and retrieving the results in another. Below is a starting point straw man implementation.
Background
Some aggregations/queries are long running, and before their completion, the http connection will timeout (e.g. ALB defaults to 60s). In these cases, there is no endpoint to retrieve the output after the connection is terminated.
As a first step to solving this issue, we should support adding indexes to increase query performance (re #102), however, some queries may still take longer than 60s to return.
To address this, we want to allow the queuing query execution in one request and retrieving the results in another. Below is a starting point straw man implementation.
Proposal
/api/v1/queries/execute
as is.Notes
The text was updated successfully, but these errors were encountered: