top | item 44674933

(no title)

throw0101b | 7 months ago

> SQLite on ZFS needs the Fsync behaviour to be off […]

    zfs set sync=disabled mydata/mydb001
* https://openzfs.github.io/openzfs-docs/man/master/7/zfsprops...

discuss

order

zaarn|7 months ago

As noted in a sibling comment, this causes corruption on power failure.

fread2281|7 months ago

This is a bug in zfs or in sqlite, sync=disabled should never cause actual corruption (it should at worst make existing corruption bugs in sqlite more likely & cause loss of committed sqlite transactions)