|
|
|
|
|
by chasil
1379 days ago
|
|
There are many problems with WAL, as acknowledged by Dr. Hipp in the recent olap/duckdb paper. The chief problem that I see with WAL is that it breaks ACID with databases that are ATTACHed, as the documentation shows: https://sqlite.org/lang_attach.html |
|