Remix.run Logo
throw0101b 2 days 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...
zaarn a day ago | parent [-]

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