Process Flow - Zero-copy cloning
Start: Existing Object
Create Clone
Clone Points to Original Data
Read/Query Clone
If Clone Modified?
No→Use Original Data
Yes
Store Changes Separately
Clone Maintains Own Metadata
End: Efficient Storage & Fast Clone Creation
Zero-copy cloning creates a new object that points to the original data without copying it, saving space and time. Changes to the clone are stored separately.