facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.47k stars 712 forks source link

Provide a counter to show pending compaction bytes for RocksDB #1340

Open mdcallag opened 12 months ago

mdcallag commented 12 months ago

There are hard and soft limits on pending compaction bytes that can cause write stalls. It would be great to be able to monitor the value. See the header for soft_pending_compaction_bytes_limit and hard_pending_compaction_bytes_limit here.

This is a feature request.