QuestionQ22

Performance, Cost, and Resource Optimization

Assuming every Snowflake account uses Enterprise edition or higher, in which development and testing scenarios is data copying required, making zero-copy cloning unsuitable?

Choose two
Explanation

Zero-copy clones initially share the source table’s micro-partitions and represent an unchanged point-in-time copy; creating a dataset with transformed live data requires materializing the transformed results. Cloning is also not a cross-account writable-copy mechanism. Secure Data Sharing between accounts transfers no data but provides imported objects as read-only, so developers who need a writable dataset in a separate account need data to be copied or otherwise materialized there.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!