We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I stored 1,000,000 logs to bolt db using storm. then I tried to use db.Range for time.Time field (using index)
db.Range
Question. is it normal behavior? or I can improve in some way. I think it is because of db.Range not using index
I am not sure here is the right place to ask. if not, sorry about it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I stored 1,000,000 logs to bolt db using storm.
then I tried to use
db.Range
for time.Time field (using index)Question. is it normal behavior? or I can improve in some way. I think it is because of
db.Range
not using indexI am not sure here is the right place to ask. if not, sorry about it
The text was updated successfully, but these errors were encountered: