Hacker News new | ask | show | jobs
by stewartbutler 3960 days ago
Ok, so it is a combination of L2ARC and ZIL (zfs intent log), then?

L2ARC improves read operations, ZIL improves writes.

1 comments

It's neither. It's just a writeback cache, that gets bypassed for sequential operations.