database relationships

前端 未结 8 1420
无人共我
无人共我 2021-01-16 09:15

does setting up proper relationships in a database help with anything else other than data integrity?

do they improve or hinder performance?

8条回答
  •  日久生厌
    2021-01-16 09:53

    Do relationships in databases improve or hinder performance?

    Like any tool in your toolbox, the results you'll get depend on how you use it. Properly specified relationships and a well-designed logical database can be an enormous boon to performance -- consider the difference between searching through normalized and denormalized data, for example.

提交回复
热议问题