Hacker News new | ask | show | jobs
by vardump 1295 days ago
I had really bad "find ." performance until setting up l2arc. Used a Samsung 980 1 TB NVMe for the purpose.
1 comments

Because your metadata blocks are sitting in the l2arc, presumably. That's not guaranteed to be the case though. A more modern zfs setup can use that nvme flash as a dedicated device for metadata/"small" blocks, without evicting them at the whim of the caching algo. https://forum.level1techs.com/t/zfs-metadata-special-device-...