-
Notifications
You must be signed in to change notification settings - Fork 80
Performance issue #91
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
Comments
In this case it is bringing a month of data, where in every second there is at least one record. |
@moisesdelacruz Can you confirm that you ran these tests in release mode? Rust in debug mode can be pretty slow |
@moisesdelacruz has this been resolved? I am closing now and will reopen once you confirm it's an issue with this crate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I just did tests with InfluxQL in cURL in terminal, and it works very fast (milliseconds), now the same query takes up to 19 seconds in influxdb-rust.
Any idea what the problem may be?
Steps to Reproduce:
VS
The text was updated successfully, but these errors were encountered: