Re: Row versions and indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Row versions and indexes
Дата
Msg-id 8790.1159499604@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Row versions and indexes  ("Jack Orenstein" <jack.orenstein@gmail.com>)
Список pgsql-general
"Jack Orenstein" <jack.orenstein@gmail.com> writes:
> I understand that updating a row of t generates a new row version, and
> that different transactions may see different versions of the same
> row.
> How does versioning work for the index?

Each row version has its own index entry pointing to it.  So an update
is not a lot different from an insert --- they both generate a full set
of index entries.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Adnan DURSUN"
Дата:
Сообщение: Re: Can i see server SQL commands ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Expected accuracy of planner statistics