Re: Index update = Delete + insert ?

2003-02-13 Thread Jonathan Lewis
No - If you update a column that is involved in an index, but the update is a 'no-change' update a) the TABLE row is locked b) undo and redo are generated for the TABLE row but The index is not even visited, let alone locked and modified. Regards Jonathan Lewis

Re: Index update = Delete + insert ?

2003-02-12 Thread Connor McDonald
Effectively so, unless you regularly put the same value back into the index. I haven't verified it, but in this case my understanding is that oracle does not the work at all. Of course, any index operation could invoke more work in terms of re-arranging blocks to keep the validity of the index

RE: Index update = Delete + insert ?

2003-02-12 Thread VIVEK_SHARMA
Vijay,List When Updating to the Field to the SAME (Previously Existent) Data Value , Does a DELETE RE-Insert of the Same Row to the index happen nevertheless ? Thanks -Original Message- Sent: Wednesday, February 12, 2003 12:50 PM To: VIVEK_SHARMA Hi Vivek, Index rows are first