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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Question about select and update

Re: Question about select and update

From: music4 <cli4_at_lucent.com>
Date: Thu, 12 Dec 2002 12:34:01 +0800
Message-ID: <at93k2$5rv@netnews.proxy.lucent.com>

> There might be still better ways, but try updating by rowid instead of
> by id column. Your select statement can select the rowid in addition to
> the necessary data, and the update can use the same value to locate the
> row without searching index or FTS.

Yes, I am using rowid already. But the update is still not fast enough.(20-30msec) Received on Wed Dec 11 2002 - 22:34:01 CST

Original text of this message

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