How to configure row cache value to improve read performance? #1353
Unanswered
GoodManWEN
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi @GoodManWEN We have enabled the configuration |
Beta Was this translation helpful? Give feedback.
5 replies
-
Good catch, we should describe the unit in the configuration file, the unit is MiB indeed. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I read in the configuration file that if the use case is mostly point-like kv search, then enabling row cache may help improve performance. This happens to be my use case exactly, but unfortunately, there is no example given in the configuration file, so I don’t know how to enable this option appropriately.
I have 64GB of physical memory and have already allocated 24GB of
rocksdb.subkey_block_cache_size
and 8GB ofrocksdb.metadata_block_cache_size
. I’m not sure what scenarios they are responsible for and how to allocate the proportions. Any suggestions from our fellow community?Beta Was this translation helpful? Give feedback.
All reactions