nerdexam
CompTIA

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.

Troubleshooting

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

CV0-003 question #277 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)
  • A
    7% (3)
  • B
    30% (14)
  • C
    48% (22)
  • D
    15% (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.

AAdd computing nodes and data nodes on the storage side.

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.

BAdd more storage shelves to the current array.

Adding storage shelves increases raw capacity but does not reduce the latency of individual I/O operations already being processed by the array.

CEnable compression on the storage side.Correct

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.

DEnable deduplication on the storage side.

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

#storage latency#SLA compliance#compression#storage optimization

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice