Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brainstorm interfaces for "UUID Delta tables" / "primary key Delta tables" #108

Open
MrPowers opened this issue Mar 14, 2023 · 0 comments
Open

Comments

@MrPowers
Copy link
Owner

There is a good argument for creating Delta tables that have a uuid column by default.

Yes, a uuid column requires a bit of overhead, but should make it easier to perform other operations on the Delta table down the road. A UUID column makes it a lot easier to deduplicate the Delta table down the road for example.

It could be cool to create an interface that makes it easier to create, append to, and maintain tables with a primary key / unique identifier column. Let's brainstorm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant