Open nicewook opened 4 years ago
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
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