Skip to content
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

Add something to the query language to limit the run time for a query #411

Closed
pauldix opened this issue Apr 4, 2014 · 1 comment
Closed

Comments

@pauldix
Copy link
Member

pauldix commented Apr 4, 2014

Maybe something like this

select count(value) from some_series
maxRunTime(300)

Where the run time is the number of seconds that the query will be allowed to run. Each shard involved in the query can monitor this and stop the query if it goes over.

It would be good to have this as a cluster wide setting. So by default enforce this on all queries. And then they can override it by simply including maxRunTime in any query.

@pauldix pauldix added this to the 0.6.0 milestone Apr 4, 2014
@jvshahid jvshahid modified the milestones: 0.7.0, 0.6.0 May 2, 2014
@jvshahid jvshahid modified the milestones: Future release, 0.7.0 May 20, 2014
@jvshahid jvshahid removed this from the Future release milestone Aug 25, 2014
@toddboom toddboom added the idea label Oct 23, 2014
@beckettsean beckettsean added this to the Longer term milestone Apr 8, 2015
@jwilder jwilder modified the milestones: 0.12.0, Longer term Mar 21, 2016
@jwilder
Copy link
Contributor

jwilder commented Mar 29, 2016

Fixed via #6081

@jwilder jwilder closed this as completed Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants