GitHub user git-hulk added a comment to the discussion: Recommended configuration for large database?
Hi @MarcoLugo Want to know most of your operations are `GET`? I cannot tell what configurations could be helpful with the current information. But I think you can check the usage of CPU/Disk IO to see if they're close to the bottleneck. And for the `GET` operation, you can increase the value of `rocksdb.block_cache_size` if your memory is still enough which the default is 4096(4GiB). GitHub link: https://github.com/apache/kvrocks/discussions/2673#discussioncomment-11317985 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
