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

Home -> Community -> Usenet -> c.d.o.server -> Re: rollback segment confusion

Re: rollback segment confusion

From: <sybrandb_at_my-deja.com>
Date: Fri, 17 Nov 2000 08:53:14 GMT
Message-ID: <8v2rlp$2k5$1@nnrp1.deja.com>

In article <8v2n98$ucv$1_at_nnrp1.deja.com>,   mandeep2000_at_my-deja.com wrote:
> The rollback segment is not in physical memory , it is on the
> disk. ( I am new , in books I did not find it )
> for every changing row oracle moves its before image to rbs.
> does this not make query performance slow ?
> Kindly verify ?
> Mandeep
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

rollback segments are cached in the buffer cache as every other segment type is (with the exception of temporary segments). The before image is stored only if rows are *changed*, so it doesn't affect selects, more precise it affects selects only when a transaction in a different session is already going on.
And no, it doesn't make query performance slow

Hth,

--
Sybrand Bakker, Oracle DBA

All standard disclaimers apply
------------------------------------------------------------------------


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Nov 17 2000 - 02:53:14 CST

Original text of this message

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