smbwatch icon indicating copy to clipboard operation
smbwatch copied to clipboard

WAL file growing

Open rverton opened this issue 2 years ago • 0 comments

Under some circumstances, the WAL file is growing without bounds in windows. I was not able to reproduce this on a macOS machine, so I guess the windows sqlite driver is responsible.

Maybe a manual PRAGMA wal_checkpoint(TRUNCATE); needs to be executed after every n-th write.

rverton avatar Aug 25 '21 12:08 rverton