|
-
Nov 16th, 2009, 12:42 PM
#1
Thread Starter
Lively Member
Table Delete
Hi,
If I delete rows from a table which contains a non-clustered index, how is the index affected during this process? E.g. Do the remaining index pointers need to be updated to reference rows that have not been deleted etc.
Also does adding an index make a delete operation perform better?
Thanks.
-
Nov 16th, 2009, 02:04 PM
#2
Re: Table Delete
If you're deleting the entire table, the index might end up slowing down the operation.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Nov 20th, 2009, 01:05 AM
#3
Re: Table Delete
Indexes are for optimizing searches, it can slow down data manipulation operations though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|