MapSuite Team,
I had a Windows Explorer opened to where the SQLite databases are located and noticed, when performing Pan/Zoom/Center, ???.sqlite-wal and ???.sqlite-shm files would appear for a varying number of SQLite databases. After roughly 60 seconds they would disappear. Sometimes I would have WAL/SHM files for all 15 SQLite databases the application supports.
Since the SQLite databases are static (read only) and the WAL is for logging updates is seems wasteful and unnecessary to create these files. I’m always concerned about performance and seems creating these files adds unnecessary overhead.
How can WAL and creation of these files be disabled?
Thanks,
Dennis