Database design: one huge table or separate tables?

后端 未结 13 1924
自闭症患者
自闭症患者 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 03:45

    If you're on MS SQL server and you want to keep the single table, table partitioning could be one solution.

提交回复
热议问题