Skip to main content
  1. Glossary/

2nd Level Adaptive Replacement Cache

·89 words·1 min·
Jaume Sabater
Author
Jaume Sabater
CTO and systems engineer

The ZFS 2nd Level Adaptive Replacement Cache (L2ARC) is an SSD based cache that is accessed before reading from the much slower pool disks.

When a system gets read requests, ZFS uses ARC (RAM) to serve those requests. When the ARC is full and there are L2ARC drives allocated to a ZFS pool, ZFS uses the L2ARC to serve the read requests that overflowed from the ARC. This reduces the use of slower hard drives and therefore increases system performance.

The L2ARC is currently intended for random read workloads.

Related

Adaptive Replacement Cache
·46 words·1 min
Central Process Unit
·45 words·1 min
Cloud Native Computing Foundation
·20 words·1 min