in reply to Windows Perl with sqlite3
Some configuration of an SQLite database is stored in the database file. See the list of pragmata.
An easy check whether the file itself is problematic would be to copy a file from a "fast" machine to the "slow" machine and see if that makes a difference.
If it does, either that is enough, or you can look at whether the pragmata cache_size, fullfsync or journal_mode make a difference.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows Perl with sqlite3
by miner7777 (Novice) on Jan 17, 2023 at 20:08 UTC | |
by karlgoethebier (Abbot) on Jan 17, 2023 at 20:56 UTC |