GitHub user jishengming1 added a comment to the discussion: In the same link, if request 1 blocks, will all subsequent requests block? Is request2 affected by request1?
> The main reason is Kvrocks stores its data in disk instead of memory, so > can't just simply keep the key counter in memory. And it's impossible to > store the row count like MySQL since we supports key expire feature, so we > can't know how many keys are expired before scanning the database. Got it, thanks a lot! GitHub link: https://github.com/apache/incubator-kvrocks/discussions/1243#discussioncomment-4965499 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
