RE: Does Oracle store values in indices?

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Does Oracle store values in indices?
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D32AD@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на Does Oracle store values in indices?  (Denis Perchine <dyp@perchine.com>)
Ответы Re: Does Oracle store values in indices?  (Denis Perchine <dyp@perchine.com>)
Список 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 по дате отправления:

Предыдущее
От: Adam Haberlach
Дата:
Сообщение: Re: [INTERFACES] Re: PHP and PostgreSQL
Следующее
От: Denis Perchine
Дата:
Сообщение: Re: Does Oracle store values in indices?