Estimate number of keys = 0 #1972
Unanswered
mark-e-hoffman
asked this question in
Q&A
Replies: 1 comment
-
Could you please paste your info command output? the estimated number of keys in the INFO command section came from the rocksdb, so it means no keys in rocksdb if this value is zero. |
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
-
the info cmd returns zero for the estimate number of keys. I also tried directly accessing this property with a rocksdb library and it also returns 0. I've also tried to iterate the db with some rocksdb code and that also returns no rows? How can I get a decent estimate on the number of keys in my database?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions