Is there such a thing as too many tables?

后端 未结 9 1465
忘了有多久
忘了有多久 2021-02-13 01:01

I\'ve been searching stackoverflow for about an hour now and couldn\'t find any topics related, so I apologize if this is a duplicate question.

My inquiry is this. Is th

9条回答
  •  孤独总比滥情好
    2021-02-13 01:24

    In my own job i have about 60 tables and it seems not much) I think that main thing is how datastore organized (relations beetween tables, etc..), how much queries you need to retrieve needed information and how simple you data can be represent as buisness objects in your application.

提交回复
热议问题