RE: Does Oracle store values in indices?

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Denis Perchine'" <dyp(at)perchine(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: RE: Does Oracle store values in indices?
Date: 2001-01-23 18:23:22
Message-ID: 8F4C99C66D04D4118F580090272A7A234D32AD@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Denis Perchine 2001-01-23 18:25:53 Re: Does Oracle store values in indices?
Previous Message Adam Haberlach 2001-01-23 18:09:08 Re: [INTERFACES] Re: PHP and PostgreSQL