sqlite_micro_logger_arduino icon indicating copy to clipboard operation
sqlite_micro_logger_arduino copied to clipboard

VACUUM-like database cleaning possible?

Open fredlcore opened this issue 1 year ago • 4 comments

First of all, thank you for providing this library! It's almost exactly what I'm looking for, but one thing I couldn't find out is how to deal with deleting log rows that are older than a certain amount of days and at the same time freeing the space taken up by these entries, much like the DELETE and VACUUM statements in sqlite3. Or is there any other way I could deal with the fact that I just want x days worth of data in the database without creating new database files every x days?

fredlcore avatar Oct 23 '22 21:10 fredlcore