Database design: one huge table or separate tables?

后端 未结 13 1912
自闭症患者
自闭症患者 2020-12-09 03:16

Currently I am designing a database for use in our company. We are using SQL Server 2008. The database will hold data gathered from several customers. The goal of the databa

相关标签:
13条回答
  • 2020-12-09 04:06

    Start out with one large table, and then apply 2008's table partitioning capabilities where appropriate, if performance becomes an issue.

    0 讨论(0)
提交回复
热议问题