Skip to content

Ensure WAL is effective immediately, and other fixes

Carlos Garnacho requested to merge wip/carlosg/wal-and-other-fixes into master

Fix our use of WAL so it's effective right at the moment of creating a database, makes first time index (tracker-miner-fs only) from 15s to 9s, and fixes possible stalls as readers and writers blocked each other.

Also delegate more on threads to dispatch large cursors and other possibly blocking operations, and other misc fixes.

Merge request reports