pool.prefetch

Prefetch pool metadata (DDT and BRT) into ARC.

Loads both the Deduplication Table (DDT) and Block Reference Table (BRT) into the ARC to reduce latency of subsequent operations. This is useful for warming up the cache before performing operations that benefit from having this metadata readily available.

The DDT tracks deduplication metadata, while the BRT tracks block cloning metadata used for efficient copy-on-write operations.

This method is a job.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: pool_name

pool_name

Type: string

Name of the pool to prefetch metadata for.

Must be at least 1 characters long

Result

Type: null

Returns null on successful metadata prefetch.



Required roles: POOL_WRITE