Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Discuss the differences between shallow and deep clones in Delta Lake and how each interacts with source and target tables. Provide an example where deep cloning would be more advantageous than shallow cloning. (Choose Two Options)
A
Shallow clones are faster but do not copy data files, while deep clones copy all data files but are slower.
B
Shallow clones copy all data files, while deep clones only copy metadata.
C
Both shallow and deep clones copy metadata, but only deep clones copy data files.
D
Both shallow and deep clones are identical in functionality, differing only in naming conventions.