▲ | zaarn 2 days ago | |||||||
SQLite on ZFS needs the Fsync behaviour to be off, otherwise SQLite will randomly hang the application as the fsync will wait for the txg to commit. This can take a minute or two, in my experience. Btrfs is a better choice for SQLite. | ||||||||
▲ | supriyo-biswas 2 days ago | parent | next [-] | |||||||
Btw this concern also applies to other databases, although probably it manifests in the worst way in SQLite. Essentially, you’re doing a WAL over the file systems’ own WAL-like recovery mechanism. | ||||||||
| ||||||||
▲ | throw0101b 2 days ago | parent | prev [-] | |||||||
> SQLite on ZFS needs the Fsync behaviour to be off […]
* https://openzfs.github.io/openzfs-docs/man/master/7/zfsprops... | ||||||||
|