RE: Does Oracle store values in indices? - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Does Oracle store values in indices?
Date
Msg-id 8F4C99C66D04D4118F580090272A7A234D32AD@sectorbase1.sectorbase.com
Whole thread Raw
In response to Does Oracle store values in indices?  (Denis Perchine <dyp@perchine.com>)
Responses Re: Does Oracle store values in indices?  (Denis Perchine <dyp@perchine.com>)
List pgsql-hackers
> > The reason you have to visit the main table is that tuple validity
> > status is only stored in the main table, not in each index. 
> > See prior discussions in the archives.
> 
> But how Oracle handles this?

Oracle doesn't have non-overwriting storage manager but uses
rollback segments to maintain MVCC. Rollback segments are used
to restore valid version of entire index/table page.

Vadim


pgsql-hackers by date:

Previous
From: Adam Haberlach
Date:
Subject: Re: [INTERFACES] Re: PHP and PostgreSQL
Next
From: Denis Perchine
Date:
Subject: Re: Does Oracle store values in indices?