You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: