Tested, Ubuntu 22.04 +
- WAL: Writes no longer block reads.
- WAL2: Applying WAL no longer blocks writes (2 staggered WAL files).
- BEGIN CONCURRENT: Writes no longer block entire file, only page-level. Transactions defer write until
COMMIT;
instead of entire transaction.