Results 3 comments of Manuel

There's also rocksdb_write_batch_max_bytes which offers similar functionality.

I've previously documented when we might get empty sst stats here: https://github.com/facebook/mysql-5.6/issues/807 I think you are describing case #2

I don't have a good fix for you, but `rocksdb_table_stats_use_table_scan` was meant to address these problem, but we don't use it in production, so it is very possible that it...