Live data from Hacker News

Complexity of FreeBSD VFS using ZFS as an example

hybridcluster.com

1–10 of 17 posts

Re: Complexity of FreeBSD VFS using ZFS as an example

#9
post #2

Happy to take any questions :-)

I'm also a very happy ZFS user on FreeBSD. I've tried to use it in a lot of crazy ways. At the moment I'm researching if ZFS and a virtual machine running Microsoft SQL Server can improve query performance(with LZ4/GZIP compression) and improve the backup speed.

Though I'm wondering about if there are any plans to add XZ compression? Or faster hashing with Siphash24 for data checksums?

Re: Complexity of FreeBSD VFS using ZFS as an example

#10
post #9
post #2

Happy to take any questions :-)

I'm also a very happy ZFS user on FreeBSD. I've tried to use it in a lot of crazy ways. At the moment I'm researching if ZFS and a virtual machine running Microsoft SQL Server can improve query performance(with LZ4/GZIP compression) and improve the backup speed. Though I'm wondering about if there are any plans to add XZ compression? Or faster hashing with Siphash24 for data checksums?

LZMA compression (used in the xz format) is much slower than the disk interface and uses a lot of memory, so it would reduce performance.
Post reply on HN