Replies: 1 comment
-
Redis holds everything in memory, so, though sometime it would has high "cpu cache miss", it can well estimated the complexity by the algorithm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we use more and more kvrocks, we have sometime some fundamental question about the Order of Complexity (O) in kvrocks compared to the ones documented in Redis. As the back-end is significantly different, I assume the O is significantly different per command. Is there a simple way to know the O for the kvrocks command or is this a hidden document somewhere? ;-)
Beta Was this translation helpful? Give feedback.
All reactions