HI,
I had one delete statement, it was running for some time, caused
fragmentation on indexes. The delete performance is getting worse.
After reorg the indexes, the performance is getting better.
My question is I got explain before the reorg/runstats and after reorg/
runstats. The estimated costs are exactly the same..
I suppose the explain costs should be lower after reorg/runstats.
I don't understand this.
any suggestion is appreciated.
Thanks.
Dan van Ginhoven - 29 Dec 2007 15:25 GMT
Hi!
I don´t think that explain takes into consideration that the indexes may be
fragmented.
"He" assumes that the table and it´s index are well organized?
/dg
> HI,
>
[quoted text clipped - 12 lines]
>
> Thanks.