Y
Hacker News
new
|
ask
|
show
|
jobs
by
jevinskie
4665 days ago
Does ZFS use some sort of last-used eviction to purge the cache? It seems like differentiating between random/sequential IO is a bit different than LRU.
1 comments
wmf
4665 days ago
The design is documented here:
https://github.com/zfsonlinux/zfs/blob/master/module/zfs/arc...
link