Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RocksDb Block Cache size is not applied when rocksdb.memory.managed is false #2

Open
EvgheniPopusoi opened this issue Jan 16, 2025 · 1 comment

Comments

@EvgheniPopusoi
Copy link

EvgheniPopusoi commented Jan 16, 2025

According to metrics, rocksDb Block Cache size is not set correctly if rocksdb.memory.managed set false.

@EvgheniPopusoi EvgheniPopusoi changed the title Block Cache size is not applied when rocksdb.memory.managed is false RocksDb Block Cache size is not applied when rocksdb.memory.managed is false Jan 16, 2025
@EvgheniPopusoi
Copy link
Author

I think the reason is that there is a missing options.setTableFormatConfig(blockBasedTableConfig); in non managed memory code block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant