RESOLVED FIXED Bug 212712
ITP SQLite Database should only vacuum once per day
https://bugs.webkit.org/show_bug.cgi?id=212712
Summary ITP SQLite Database should only vacuum once per day
Kate Cheney
Reported 2020-06-03 12:35:50 PDT
Currently the SQLite Database runs a vacuum command each time statistics are processed. This is probably too frequent, because the database rarely needs to delete large amounts of data. We can cut this down to once a day.
Attachments
Patch (3.82 KB, patch)
2020-06-03 13:27 PDT, Kate Cheney
no flags
Patch (5.03 KB, patch)
2020-06-05 14:04 PDT, Kate Cheney
no flags
Radar WebKit Bug Importer
Comment 1 2020-06-03 12:36:14 PDT
Kate Cheney
Comment 2 2020-06-03 13:27:25 PDT
Brent Fulgham
Comment 3 2020-06-03 20:02:41 PDT
Comment on attachment 400964 [details] Patch Great! Let’s see how this looks...
EWS
Comment 4 2020-06-04 08:03:09 PDT
Committed r262538: <https://trac.webkit.org/changeset/262538> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400964 [details].
Kate Cheney
Comment 5 2020-06-05 14:04:18 PDT
Reopening to attach new patch.
Kate Cheney
Comment 6 2020-06-05 14:04:19 PDT
Brent Fulgham
Comment 7 2020-06-05 15:02:54 PDT
Comment on attachment 401195 [details] Patch r=me
EWS
Comment 8 2020-06-05 15:12:12 PDT
Committed r262659: <https://trac.webkit.org/changeset/262659> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401195 [details].
Note You need to log in before you can comment on or make changes to this bug.