You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: