Re: ZFS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



>
>  Any comparison between ZFS and non-ZFS probably overlooks things like
> fully-checksummed data (not just metadata) and redundant copies.  ZFS will
> always be slower than filesystems without these features.  TANSTAAFL.


Not really true. It hugely depends on your workload. For example, if you
have a 20TB filesystem with 128GB of "ARC" (adaptive replacement cache)
then ZFS will be many many times faster then ext4 assuming that the "hot
data" is under 128GB as all reads will come from memory or a dedicated
cache SSD. If however you are streaming the whole 20TB from the filesystem
then the cache makes no difference and you just see the performance of the
disks. The checksumming for example does not typically add a performance
penalty as this calculation is done in parallel to normal disk operations.

The atomistic write mechanism of ZFS can be hundreds of times faster than
EXT in cases where your IO is random SYNC assuming you have a dedicated ZIL
(ZFS intent log) which keeps the journal. Read up on ZFS transaction groups
for more details.
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux