211k views
4 votes
An application running in a Compute Engine virtual machine needs high-performance scratch space. Which type of storage meets this need?

a) Standard persistent
b) Local standard
c) Local SSD
d) SSD persistent

User Mtazva
by
7.6k points

1 Answer

4 votes

Final answer:

The correct type of storage for high-performance scratch space in a Compute Engine virtual machine is local SSD, due to its high IOPS and low latency.

Step-by-step explanation:

For an application requiring high-performance scratch space in a Compute Engine virtual machine, the suitable type of storage is local SSD. Local SSDs provide high IOPS (Input/Output Operations Per Second) and lower latency compared to persistent disks, whether standard or SSD persistent. Scratch space typically needs to be very fast and is temporary, which is exactly what local SSDs offer. They are physically attached to the server that hosts the virtual machine, which gives them their speed advantage. However, keep in mind, if the virtual machine is terminated, data in the local SSD is lost.

User Kasra Rahjerdi
by
8.4k points