-
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
cannot use OR with absolute time in where clause #3290
Comments
The problem here is that the
While a bit nonsensical, it will give a very rude awakening when it tries to fill in every 1 minute interval from 1970 until 2000 along with the last 10 minutes. |
@jsternberg to date, the assumed lower bound has always been epoch 0 unless otherwise specified. There are errors which fire on any query that has a Did we rip out those behaviors with the new query engine? |
We don't currently have anything stopping queries from going out of control. I'd also argue that 99999 seems very high to begin with. What kind of restrictions should we put on this? |
@jsternberg I think this is a larger discussion to have with @jwilder and more of the team. |
This may be a option we should add to #6024 |
This issue would be a good candidate for "Frequently Encountered Issues" Should this condition be treated as an exception by influx? |
Thanks for the suggestion, @jlennox. I created influxdata/docs.influxdata.com-ARCHIVE#526 to get this into the docs. |
|
I'm going to close this in favor of #7530. That includes the reason why this is an issue and includes the proposed fix in a way that I think is easier to understand. |
The text was updated successfully, but these errors were encountered: