Home / NCDA Study / Storage Efficiency

Storage Efficiency

How ONTAP makes capacity go further: thin provisioning, deduplication, compression, compaction, and FlexClone — and how to measure what you're actually saving.

Storage efficiency levers: thin provisioning, dedupe, compression, FlexClone

Thin provisioning

Deduplication

Compression

FlexClone

Measuring savings

# Logical vs physical usage
volume show -fields volume,size,used,percent-used,logical-used,logical-space-used
# Efficiency status and savings
volume efficiency show -volume vol1
# Enable efficiency (if not already)
volume efficiency on -volume vol1
# Aggregate-level view
storage aggregate show -fields percent-used,percent-snapshot-reserve
Reading the numbers used/percent-used = physical space consumed (what actually matters for aggregate capacity). logical-used/logical-space-used = logical data written by clients. The gap between them is your efficiency savings. A 2 TiB volume showing 1 TiB physical = 2:1 effective.

Why this matters for sizing

Exam traps to know

Next: HA, QoS & security →