<@UDQQMJU0Y> Depends on the tables collected, and ...
# general
p
@Aklis Depends on the tables collected, and how much data. More importantly, if you have events enabled, but don't have a query to pull from a table, the DB will continue to grow. It's a major pain point at the moment.
Some people use sst_dump tool from rocksdb to dump the DB files to see what tables are still stored.
Every 5 minutes or so, you will see a log message like 'resetting DB', and that's when cleanup happens.
a
"A query to pull from a table" means start a select without 'where time' condition?
And I didn't see a log like 'resetting DB'...