MySQL JOIN Abuse? How bad can it get?

后端 未结 5 1078
星月不相逢
星月不相逢 2021-01-31 12:36

I\'ve been reading a lot about Relational Databases using many JOIN statements on every SELECT. However, I\'ve been wondering if there\'s any performance problem on the long run

5条回答
  •  旧时难觅i
    2021-01-31 13:19

    If the data is 1 <-> 1, and you will not have many null fields, dont over normalize. You can still specify the fields required ("most used data") in the select statements.

提交回复
热议问题