zeek icon indicating copy to clipboard operation
zeek copied to clipboard

Automated maintenance tasks on storage backends?

Open timwoj opened this issue 10 months ago • 0 comments

This was a comment brought up the context of the SQLite backend, but I think it applies to all backends. Should there be a way for backends to schedule running various maintenance tasks, similar to how expiration works? For SQLite, this could be running the VACUUM command and the wal_checkpoint pragmas. Or should this be pushed down to the backends themselves to schedule?

timwoj avatar Jun 12 '25 21:06 timwoj