Skip to content
Discussion options

You must be logged in to vote

To clarify - when a new tableId is created (for example, via a (CREATE OR) REPLACE TABLE operation), can we expect the transaction log to fully capture all related data file changes?

Yes

Specifically, will it remove all files associated with the previous tableId?

Mostly. An exception might be the files exist both before an after: Think of a CLONE for example, that may contain files that originate from the target table (e.g. back and forth CLONE). I think it might be legal to retain the files, though I'm not quite sure if that's what we do at the moment, or we just rename them and pretend they are new.

In other words, should we assume that the transaction log after the tableId change …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by shanisolomon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants