Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2021 08:08 PM
Basically wondering what happens to the clone when updates are made to the original Delta table. Will the changes apply to the cloned table as well?
Labels:
- Labels:
-
Delta Clone
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2021 12:03 AM
The clone is not a replica and so updates made to the original delta table wouldn't be applies to the clone.
However, shallow clones reference data files in the source directory. If you run vacuum on the source table, clients will no longer be able to read the referenced data files and could result in an exception