ZFS Tuning

The ZFS settings typically used for DalmatinerDB:

mkdir /data
zpool create -f -o ashift=12 data /dev/sdb
zfs create data/dalmatinerdb -o compression=lz4 -o atime=off -o logbias=throughput
chown dalmatiner /data/dalmatinerdb```