Potential performance inconsistency
Opened this issue · 3 comments
ashtonian commented
chenyang8094 commented
You mean the 120 ms latency caused by exhgetallwithver
?
ashtonian commented
yea focusing on reads. So we are writing (to hashmaps via tairhash) across the cluster at about 240ops/s. We have a couple of apps doing very light reads, and then user driven traffic makes up the rest. I think most exhgetallwithver calls are <1ms and I think its a bit weird that sometimes its >10ms and occasionally >100ms.
chenyang8094 commented
Do you think all exhgetallwithver
is accessing the same key? Maybe some tairhash
is very big (bigkey) and exhgetallwithver
is very slow. exhgetallwithver
is an O(n) complexity command.