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

Add the rocksdb's block cache hit/miss count to the INFO command #1938

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

git-hulk
Copy link
Member

This closes #1936

The hit ratio of the rocksdb block cache will affect the read performance heavily,
so it'd be better if we could provide a way to let users observe the hit/miss count
of the block cache.

refer: https://github.com/facebook/rocksdb/wiki/Block-Cache

The hit ratio of the rocksdb block cache will affect the read performance
heavily, so it'd be better if we can provide the way to let users
observe the hit/miss count of the block cache.

refer: https://github.com/facebook/rocksdb/wiki/Block-Cache
Copy link

sonarcloud bot commented Dec 17, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
2.1% Duplication on New Code

See analysis details on SonarCloud

@git-hulk git-hulk merged commit 2ecf764 into apache:unstable Dec 18, 2023
29 checks passed
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

Successfully merging this pull request may close these issues.

Add rocksdb block cache hit/miss statistics
2 participants