CV0-003 · Question #277
A company has an SLA of 15ms for storage latency. Given the above metrics, which of the following is the MOST appropriate change to the environment?
The correct answer is C. Enable compression on the storage side. Enabling compression reduces the effective I/O workload on the storage array, which can lower latency to meet the 15ms SLA without requiring additional hardware.
Question
A company has an SLA of 15ms for storage latency. Given the above metrics, which of the following is the MOST appropriate change to the environment?
Exhibit
Options
- AAdd computing nodes and data nodes on the storage side.
- BAdd more storage shelves to the current array.
- CEnable compression on the storage side.
- DEnable deduplication on the storage side.
How the community answered
(46 responses)- A7% (3)
- B30% (14)
- C48% (22)
- D15% (7)
Why each option
Enabling compression reduces the effective I/O workload on the storage array, which can lower latency to meet the 15ms SLA without requiring additional hardware.
Adding computing and data nodes scales capacity and aggregate throughput but does not reduce per-operation latency on the existing storage array where the SLA is being missed.
Adding storage shelves increases raw capacity but does not reduce the latency of individual I/O operations already being processed by the array.
Compression reduces the physical size of data written to and read from storage media, decreasing the volume of I/O operations the array must process per request, which directly lowers effective latency. Unlike deduplication, modern inline compression adds minimal processing overhead and avoids the hash-lookup delays that deduplication introduces. This makes it the most targeted and cost-effective adjustment for an environment failing a latency SLA.
Enabling deduplication introduces additional processing for hash computation and lookup operations, which can increase storage latency rather than reduce it.
Concept tested: Storage latency optimization using data compression
Source: https://docs.netapp.com/us-en/ontap/volumes/enable-data-compression-volume-task.html
Topics
Community Discussion
No community discussion yet for this question.
