How db.Size function helps to decide how often to do GC

db.Size() function returns lsm, vlog file’s sizes. Its comment says It can be used to decide how often to call RunValueLogGC. How lsm and vlog file sizes will tell how often to do GC?

1 Like