Closed jeromegn closed 4 months ago
Running PRAGMA wal_checkpoint(TRUNCATE) can be pretty expensive. Instead of running it on a timer, running it if its size is above a certain threshold makes more sense.
PRAGMA wal_checkpoint(TRUNCATE)
This should be made configurable..
Running
PRAGMA wal_checkpoint(TRUNCATE)
can be pretty expensive. Instead of running it on a timer, running it if its size is above a certain threshold makes more sense.This should be made configurable..