filesystems - Why is ZFS stored in a binary tree structure? - Super User
The purpose of the tree is to improve data integrity, partly by storing checksums away from the data blocks those checksums protect. The entire file system hierarchy forms a self-healing hash tree, or merkle tree. Here's a simplified description I made earlier:
Read full article from filesystems - Why is ZFS stored in a binary tree structure? - Super User
No comments:
Post a Comment