Replies: 1 comment 1 reply
-
How is the random read speed of the database when it is smaller? And what about the disk performance? Is it HDD or SSD? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi friends, I'd be grateful for some advice. I have a database created with rocksdict of about 1tb in size. My random reads of 1k keys takes about 20s without a warm cache. And, when reading those keys I see only a single active cpu core, which surprises me. Can you offer me some advice for speeding up my reads. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions