From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Denis Perchine <dyp(at)perchine(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Does Oracle store values in indices? |
Date: | 2001-01-23 19:02:23 |
Message-ID: | 200101231902.OAA21021@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
[ Charset KOI8-R unsupported, converting... ]
> > > > 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.
>
> Are there any plans to have something like this? I mean overwriting storage
> manager.
We hope to have it some day, hopefully soon.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Alfred Perlstein | 2001-01-23 19:15:25 | Re: Patches with vacuum fixes available for 7.0.x |
Previous Message | Stephan Szabo | 2001-01-23 18:41:21 | Re: Bug in FOREIGN KEY |