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

db_bench: add table-readers-mem #575

Merged
merged 3 commits into from
Jun 26, 2023

Conversation

Yuval-Ariel
Copy link
Contributor

add a benchmark which prints the rocksdb.estimate-table-readers-mem stat.
"rocksdb.estimate-table-readers-mem" - returns estimated memory used for reading SST tables, excluding memory used in block cache

@Yuval-Ariel Yuval-Ariel added enhancement New feature or request Upstreamable can be upstreamed to RocksDB labels Jun 22, 2023
@Yuval-Ariel Yuval-Ariel requested a review from ayulas June 22, 2023 10:32
@Yuval-Ariel Yuval-Ariel self-assigned this Jun 22, 2023
@Yuval-Ariel Yuval-Ariel merged commit 3ee5632 into main Jun 26, 2023
@Yuval-Ariel Yuval-Ariel deleted the db_bench-add-estimate-table-readers-mem-stats branch June 26, 2023 05:30
udi-speedb pushed a commit that referenced this pull request Nov 22, 2023
This benchmark prints the memory estimated to be used by the table readers.
Excluding blocks in block cache.
udi-speedb pushed a commit that referenced this pull request Dec 5, 2023
This benchmark prints the memory estimated to be used by the table readers.
Excluding blocks in block cache.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Upstreamable can be upstreamed to RocksDB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants