1Z0-591 · Question #107
What is the process in which there is redundancy of data to improve performance?
The correct answer is C. Denormalization. Denormalization is the process of intentionally backing away from normalization to improve performance by suppressing join and permitting the use of star transformation technique. Denormalization should not be the first choice for improving performance and should only be used…
Question
What is the process in which there is redundancy of data to improve performance?
Options
- ARedundancy
- BNormalization
- CDenormalization
- DGranularity
- ECardinality
How the community answered
(48 responses)- A2% (1)
- B4% (2)
- C83% (40)
- D8% (4)
- E2% (1)
Explanation
Denormalization is the process of intentionally backing away from normalization to improve performance by suppressing join and permitting the use of star transformation technique. Denormalization should not be the first choice for improving performance and should only be used for fine tuning of a database for a particular application.
Topics
Community Discussion
No community discussion yet for this question.