CV0-004 · Question #25
Which of the following types of storage provides the greatest performance advantage for a traditional relational database?
The correct answer is C. Block. Block storage provides the greatest performance advantage for traditional relational databases due to its high performance and low-latency characteristics. Block storage allows databases to rapidly manage data in fixed-sized blocks, which is ideal for databases that require…
Question
Which of the following types of storage provides the greatest performance advantage for a traditional relational database?
Options
- AFile
- BObject
- CBlock
- DEphemeral
How the community answered
(16 responses)- C94% (15)
- D6% (1)
Explanation
Block storage provides the greatest performance advantage for traditional relational databases due to its high performance and low-latency characteristics. Block storage allows databases to rapidly manage data in fixed-sized blocks, which is ideal for databases that require frequent read/write operations.
Topics
Community Discussion
No community discussion yet for this question.