As BadgerDB and BuntDB supports GC collector for shrinking the data on timely manner. It would help data for time series data. Functions: ```go BuntDB->Shrink() BadgerDB->RunValueLogGC(0.5) ```