outofservice
Technical User
Ive been posed this question but not quite sure how to answer it apart from the obvious answers.
What would cause a table to require reindexing on a daily basis if it has 100 transactions per second writing to it? Also, the sql service cannot be stopped for down time and the whole process of data writes and daily reindexing is grinding the database to a halt.
Now I thought it could be due to using the wrong type of index, too many indexes, too few but could it be something else? What (or where) would I start to look to increase the current performance and avoid re-indexing so often?
Any thoughts?!
Lauryn Bradley
SQL Server DBA
What would cause a table to require reindexing on a daily basis if it has 100 transactions per second writing to it? Also, the sql service cannot be stopped for down time and the whole process of data writes and daily reindexing is grinding the database to a halt.
Now I thought it could be due to using the wrong type of index, too many indexes, too few but could it be something else? What (or where) would I start to look to increase the current performance and avoid re-indexing so often?
Any thoughts?!
Lauryn Bradley
SQL Server DBA