Ticket #678 (closed enhancement: fixed)
VACUUM the configuration database at shutdown
| Reported by: | adamk | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.47 |
| Keywords: | Cc: |
Description
One interesting behaviour that I've noticed with Firefox and it's SQLite integration is that the browser gradually gets slower over time (particularly the URL history dropdown stuff) because the SQLite files gradually get more fragmented.
VACUUMing these files manually results in a significant speed-up of the parts of the front end that are database dependant.
We should add support to Padre::DB to automatically run a VACUUM of the Padre database on shutdown (AFTER the Window is no longer visible).
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in r9405