Results 1 to 3 of 3

Thread: Do indexes help writes?

  1. #1
    Join Date
    Sep 2005
    Posts
    1

    Do indexes help writes?

    I have an application that is insertting thousands of records houlry. The server's hard drives are staying maxxed out. My boss says there is an index problem. I say it is a drive subsystem issue.

    Any help would be appreciated to understand this performance problem.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Indexes will degrade write performance on a table. As new rows are added or existing ones are updated all the indexes in the table need to be updated as well.

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    You may have problem in both, double check with perfmon to see which one is worse.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •