Very large tables in SQL Server

后端 未结 10 762
醉梦人生
醉梦人生 2020-12-30 10:50

We have a very large table (> 77M records and growing) runing on SQL Server 2005 64bit Standard edition and we are seeing some performance issues. There are up to a hundred

10条回答
  •  死守一世寂寞
    2020-12-30 11:03

    What type of disks do you have?

    You might monitor some disk counters to see if requests are queuing.

    You might move this table to another drive by putting it in another filegroup. You can also to the same with the indexes.

提交回复
热议问题