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

Max group by buckets - Prevent queries that would create too many buckets (e.g. group by time(1s) over 1y of points) #6078

Closed
jsternberg opened this issue Mar 21, 2016 · 1 comment

Comments

@jsternberg
Copy link
Contributor

#6024

@BrannonKing
Copy link

I believe that this bespeaks a design issue. I cannot understand why you would need more buckets in RAM than the number of columns being reported x2. You have your current row plus the previous row data that may be necessary to pull from. The data should be streaming out after it's processed. What is the reason that "over 1y" would make a difference? I don't think it should.

@jsternberg jsternberg self-assigned this Mar 23, 2016
@jsternberg jsternberg added this to the 0.12.0 milestone Mar 23, 2016
jsternberg added a commit that referenced this issue Mar 31, 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

2 participants