Database maintenance #169

Closed
opened 2019-03-09 07:50:48 -05:00 by jking · 0 comments
Owner

While query rewrites have aided SQL efficiency considerably, an easy way to boost performance is to periodically run ANALYZE and perhaps even VACUUM. For SQLite, it would probably also be beneficial to checkpoint the write-ahead log at the end of every service iteration.

While query rewrites have aided SQL efficiency considerably, an easy way to boost performance is to periodically run `ANALYZE` and perhaps even `VACUUM`. For SQLite, it would probably also be beneficial to checkpoint the write-ahead log at the end of every service iteration.
jking added this to the 0.8.0 milestone 2019-03-09 07:50:48 -05:00
jking closed this issue 2019-07-26 09:38:09 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#169
No description provided.