We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Based on job types, we categorize queries into three main types:
Additionally, we have queries that run on the plugin side. e.g. drop index In following table, we explain how the queries is processed in the system
POST async_query create 2 docs in flint_execution_request index
type: statement queryId: // asssigned by Transport statementId: // same as queryId state: "waiting"
type: session sessionType: interactive / batch / streaming / local state: "NOT_STARTED"
GET async_query fetch state from statement doc. If the state is success, fetch result from query_result_indices.
CANCEL async_query.
Limitation: DROP INDEX query can not be cancelled.
Sorry, something went wrong.
penghuo
No branches or pull requests
The text was updated successfully, but these errors were encountered: