Ask HN: Many-to-Many relation by default, is that a good strategy?
3 comments
You could use blob storage until you know the relationships.
You lose a lot of the value of relationships in a schema if you don’t know what they are
You lose a lot of the value of relationships in a schema if you don’t know what they are
https://www.guru99.com/database-normalization.html
You usually can get by with 4th normal form but go wild, take it to 11 and it's all you should ever need.
You usually can get by with 4th normal form but go wild, take it to 11 and it's all you should ever need.
So, in that case starting with Many-to-Many relationship for entities, and then optimising the relationship as things become clear is a good database design strategy?