CarnationWang23 / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Cancel query evaluation #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It should be possible to stop the evaluation of long-running queries.
To do this we need an additions
- to the REST interface and
- to the WebUI to cancel query evaluation and we need to be able
- to keep the runtime from using more resources after the query has been 
cancelled.
We also need to decide, if we also want to interrupt statements that change the 
database (I think we should do this as well, but we need to be specify the 
transacional semantics of this).

Original issue reported on code.google.com by westm...@gmail.com on 10 Jun 2013 at 5:05

GoogleCodeExporter commented 8 years ago
This is a Asterix issue, not a Hyracks issue.

Original comment by westm...@gmail.com on 10 Jun 2013 at 5:07