-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
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
SQL: add an async querying mode #71041
Labels
Comments
elasticmachine
added
the
Team:QL (Deprecated)
Meta label for query languages team
label
Mar 30, 2021
Pinging @elastic/es-ql (Team:QL) |
bpintea
added a commit
that referenced
this issue
Jun 10, 2021
This adds an async query mode to SQL. It (re)uses the same request and response async-specific EQL object parameters. Also similar to EQL, the running search task can have its state monitored and canceled and its results stored and deleted, with intermediary responses not supported (the entire result is available once search finished). The async implementation is extended to work with the SQL-specific text formats (txt, csv, tsv) as well, besides xcontent. Closes #71041.
bpintea
added a commit
to bpintea/elasticsearch
that referenced
this issue
Jun 28, 2021
This adds an async query mode to SQL. It (re)uses the same request and response async-specific EQL object parameters. Also similar to EQL, the running search task can have its state monitored and canceled and its results stored and deleted, with intermediary responses not supported (the entire result is available once search finished). The async implementation is extended to work with the SQL-specific text formats (txt, csv, tsv) as well, besides xcontent. Closes elastic#71041. (cherry picked from commit 42cc419)
bpintea
added a commit
that referenced
this issue
Jun 28, 2021
This adds an async query mode to SQL. It (re)uses the same request and response async-specific EQL object parameters. Also similar to EQL, the running search task can have its state monitored and canceled and its results stored and deleted, with intermediary responses not supported (the entire result is available once search finished). The async implementation is extended to work with the SQL-specific text formats (txt, csv, tsv) as well, besides xcontent. Closes #71041. (cherry picked from commit 42cc419)
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Introduce an async querying mode for SQL, similar to EQL's (based on ES' async search).
The text was updated successfully, but these errors were encountered: