-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Group By does not seem to work #27
Comments
jvshahid
added a commit
that referenced
this issue
Nov 10, 2013
I just added an integration test to make sure that count queries work, I can't reproduce the issue. Your problem might be the start/end time of the query. By default the start time is set to now () - 1 hour. Try select count(instantaneous_ops_per_sec) from info where time > now() - 10d group by serverId limit 10; If this doesn't work, it could be something special with your data. Can you provide a script that will reproduce the bug. |
I send you a zip file of my data via twitter DM ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: