Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/pebble: sample read amp during write-only ycsb workloads
Previously, if a ycsb benchmark performed no reads (eg, workload F), then no read amplification was reported because no reads were performed. Now in these cases a separate goroutine will periodically sample the database's worst-case read amplification. Close #2590.
- Loading branch information