SQLite Forum

Growing WAL-File
Login
I'm using sqlite with WAL in my logging system.
Currently the WAL-File is about 100GB and it continues growing.

There is no open transaction, but i have a lot of prepared statements (to improve speed).

Is there a way to limit the max. size of the WAL-File?