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.
<rdar://problem/63939711>
Created attachment 400964 [details] Patch
Comment on attachment 400964 [details] Patch Great! Let’s see how this looks...
Committed r262538: <https://trac.webkit.org/changeset/262538> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400964 [details].
Reopening to attach new patch.
Created attachment 401195 [details] Patch
Comment on attachment 401195 [details] Patch r=me
Committed r262659: <https://trac.webkit.org/changeset/262659> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401195 [details].