WAL provides more concurrency as readers do not block writers and, a writer does not block readers. Reading and writing can proceed concurrently. This change might reduce the number of errors related to locked databases. For reference: https://sqlite.org/wal.html |
||
|---|---|---|
| .. | ||
| Base.php | ||
| Mssql.php | ||
| Mysql.php | ||
| Postgres.php | ||
| Sqlite.php | ||