Re: disable index while doing insert into
- From: bret@xxxxxxxxxx
- Date: 17 May 2007 10:20:23 -0700
On May 17, 8:00 am, sai <go2...@xxxxxxxxx> wrote:
Hi All,
I have a query that does an "insert into... select from", both the
source and target table have multiple indexes, it is taking too long
to execute this query but when i've deleted the indexes on target
table, insert took very little time.
Is there a way to disable indexes before executing a query and enable
them back after executing query ?
Only by dropping them and rebuilding them afterwards.
.
- References:
- disable index while doing insert into
- From: sai
- disable index while doing insert into
- Prev by Date: disable index while doing insert into
- Next by Date: Re: disable index while doing insert into
- Previous by thread: Re: disable index while doing insert into
- Next by thread: Re: disable index while doing insert into
- Index(es):
Relevant Pages
|
|