Clean unused logs/use less disk space for development mode

Describe the problem you’re experiencing?
MemSQL doesn’t clean logs for dropped tables.

What is your ideal solution? What are you looking for?
gigabytes of /data/logs/* cleaned, for example after generating lots of benchmark data.
EDIT: after second check, create one database consume about 4.4GB+ ‘__’) that’s why I failed making 2nd database

What version(s) of MemSQL or related tools is this affecting?
7.0.9

Yeah, we don’t automatically trigger a snapshot after a drop table. You can manually trigger a snapshot though (snapshot database <dbname>). The disk use will drop after that. We do have a task tracking this internally.