0
0
Snowflakecloud~5 mins

Zero-copy cloning in Snowflake - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is zero-copy cloning in Snowflake?
Zero-copy cloning is a way to create a copy of a database, schema, or table instantly without duplicating the actual data. It saves storage and time by sharing the original data until changes are made.
Click to reveal answer
beginner
How does zero-copy cloning save storage space?
It saves space by not copying the data itself. Instead, the clone points to the original data. Only changes made after cloning use extra storage.
Click to reveal answer
beginner
Can you modify data in a zero-copy clone without affecting the original?
Yes. Changes in the clone are stored separately. The original data remains unchanged, allowing safe experimentation or testing.
Click to reveal answer
intermediate
Which Snowflake objects support zero-copy cloning?
Databases, schemas, and tables can be cloned using zero-copy cloning in Snowflake.
Click to reveal answer
intermediate
What happens to storage costs when you create a zero-copy clone?
Initially, storage costs do not increase because no data is copied. Costs increase only when changes are made to the clone, using additional storage.
Click to reveal answer
What does zero-copy cloning in Snowflake do?
ACreates a full physical copy of data instantly
BDeletes original data after cloning
CCopies data to an external storage
DCreates a copy without duplicating data until changes occur
Which Snowflake objects can you clone using zero-copy cloning?
AOnly tables
BOnly databases
CDatabases, schemas, and tables
DOnly schemas
What happens to the original data when you modify a zero-copy clone?
AOriginal data remains unchanged
BOriginal data is overwritten
COriginal data is deleted
DOriginal data is moved to the clone
When do storage costs increase for a zero-copy clone?
AImmediately after cloning
BOnly when changes are made to the clone
CWhen the clone is deleted
DStorage costs never increase
Why is zero-copy cloning faster than traditional copying?
ABecause it skips copying data and shares existing data
BBecause it copies data to a faster disk
CBecause it compresses data during copy
DBecause it deletes old data first
Explain zero-copy cloning in Snowflake and how it benefits storage and performance.
Think about how sharing data instead of copying saves space and time.
You got /5 concepts.
    Describe what happens to data and storage costs when you modify a zero-copy clone.
    Consider how changes affect storage after cloning.
    You got /4 concepts.