-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Relational: Table splitting support #619
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
Comments
Same comment as per #620 |
I'm sorry, I can't find the vote button here but I'd like to vote this up. I'd also like to add to the feature specification: it should be possible to use a table as a part of more than one entity. E.g. GUIDS are used as primary keys for all the tables and there is a field that every entity has, so there is a table of 2 columns: the GUID and the common field and a record with equal GUID is created in it for every record created in another table. |
This work item represents the mapping capability to slice a single table vertically into multiple objects.
The text was updated successfully, but these errors were encountered: