-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Basic Normalization for Nested Data #886
Comments
Would the plan here be to extract nested data into separate tables? E.g., if "product" has a list of "product variants", is there then a |
Yes, it is best to have natural index columns in order to rebuild the original data through join operations between the different "normalized" tables. So there would indeed be some recommendations to make sure such key exists in your tables.
Additionally, we've been experimenting at generating a |
Ready to be merged & closed |
Tell us about the problem you're trying to solve
Problems:
Splitting out from basic Normalization Issue: #782
The text was updated successfully, but these errors were encountered: