Re: Slow deleting records
From: David Ciesnik <ciesnik_at_ucsub.Colorado.EDU>
Date: 1998/11/13
Message-ID: <72hr9r$dlv_at_peabody.colorado.edu>#1/1
Date: 1998/11/13
Message-ID: <72hr9r$dlv_at_peabody.colorado.edu>#1/1
: Dave's News wrote in message ...
: >I have a table that only has 15000+ records but when I try to delete all
the
: >records it takes forever. We benched marked it to about 15 minutes per
1000
: >records. The only thing I can think that may cause this is that this table
: >has a long datatype field but most records are very small.
: >
: >Any ideas would be appreciated.
From the limited information you gave, it sounds like you may have indexes or triggers in the offending table. Indexes are nice for searching specific fields, but for updates, deletes, and inserts, they are a nightmare.
Good luck.
-Dave Received on Fri Nov 13 1998 - 00:00:00 CET