COF-C02 · Question #140
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
The correct answer is C. How often the base table changes D. Whether the materialized view has a cluster key defined. The credit consumption for maintaining a materialized view is impacted by how often the base table changes ?and whether the materialized view has a cluster key defined (D). Changes to the base table can trigger a refresh of the materialized view, consuming credits…
Question
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
Options
- AWhether or not it is also a secure view
- BHow often the underlying base table is queried
- CHow often the base table changes
- DWhether the materialized view has a cluster key defined
- EHow often the materialized view is queried
How the community answered
(37 responses)- A11% (4)
- B5% (2)
- C76% (28)
- E8% (3)
Explanation
The credit consumption for maintaining a materialized view is impacted by how often the base table changes ?and whether the materialized view has a cluster key defined (D). Changes to the base table can trigger a refresh of the materialized view, consuming credits. Additionally, having a cluster key defined can optimize the performance and credit usage during the materialized view's
Topics
Community Discussion
No community discussion yet for this question.