Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RE: Delete + Insert versus Update

Re: RE: Delete + Insert versus Update

From: MARK BRINSMEAD <mark.brinsmead_at_shaw.ca>
Date: Thu, 16 Feb 2006 09:18:13 -0700
Message-id: <2d167262d1acc1.2d1acc12d16726@shaw.ca>


Another (maybe not so) subtle difference is that DELETE/INSERT will hit *every* index, while updates will touch only indexes on changed columns. (Won't they? I really shouldn't be so daring with such statements on a mailing list like this one!)

If a table is heavily indexed, this could make a very substantial difference.

(Heaven help me, I have actually *seen* tables with more indexes than columns!)

Anyway, I'm walking into the middle of this thread without even seeing the original question. Apologies if I'm off topic... (Or just plain hallucinating.)

Cheers,
-- Mark.

> Plus, if INSERT/DELETE executed from the app, it's an additional
> trip to
> the database through SQL*Net, when comparing to UPDATE.
>
> Igor
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [oracle-l-bounce_at_freelists.org] On Behalf Of Ric Van Dyke
> Sent: Thursday, February 16, 2006 10:54 AM
> To: norman.dunbar_at_environment-agency.gov.uk; oracle-l_at_freelists.org;
> peters_at_mitre.org
> Subject: RE: Delete + Insert versus Update
>
> Also don't forget all the redo generated.
>
> A delete and reinsert could easily be 4+ times more expensive then an
> update.
>
> Ric Van Dyke
> Hotsos Enterprises
> Cell 248-705-0624
> -----------------------
> Hotsos Symposium, be there:
> http://www.hotsos.com/portal/events/SYM06
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [oracle-l-bounce_at_freelists.org] On Behalf Of Norman Dunbar
> Sent: Thursday, February 16, 2006 10:34 AM
> To: oracle-l_at_freelists.org; peters_at_mitre.org
> Subject: Re: Delete + Insert versus Update
>
>
> Peter,
>
> My initial, off the top of my head, thought is simple :
>
> in an UPDATE, the undo holds the before 'image' of the changed
> columns.In a DELETE, the whole row is in the undo.
> An INSERT, as far as I remember, holds the rowid as all it has to
> do is
> delete the row.
>
> So straight away there's a difference.
>
> As for indexes, an UPDATE is a DELETE/INSERT anyway.
>
> As ever, untested (yet) !
>
>
> Cheers,
> Norman.
>
>
>
>
> Norman Dunbar.
> Contract Oracle DBA.
> Rivers House, Leeds.
>
> Internal : 7 28 2051
> External : 0113 231 2051
>
>
> Information in this message may be confidential and may be legally
> privileged. If you have received this message by mistake, please
> notifythe sender immediately, delete it and do not copy it to
> anyone else.
>
> We have checked this email and its attachments for viruses. But you
> should still check any attachment before opening it.
>
> We may have to make this message and any reply to it public if
> asked to
> under the Freedom of Information Act, Data Protection Act or for
> litigation. Email messages and attachments sent to or from any
> Environment Agency address may also be accessed by someone other than
> the sender or recipient, for business purposes.
>
> If we have sent you information and you wish to use it please read our
> terms and conditions which you can get by calling us on 08708 506 506.
> Find out more about the Environment Agency at
> www.environment-agency.gov.uk
> --
> http://www.freelists.org/webpage/oracle-l
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 16 2006 - 10:18:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US