SQLite Vacuum

Categories

Component ID

2147017

Component name

SQLite Vacuum

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

939

Component created

Component changed

Component body

When using a SQLite database, the database file can get fragmented and grow far beyond the actual data size. This module checks if the currend database is SQLite and then VACUUMs it every 3 hours.
On a configuration page you can...

  • change this interval
  • switch automatic vacuum off
  • trigger manual vacuum