Insertion of index tuples are necessary ?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Insertion of index tuples are necessary ?
Дата
Msg-id 000201bfbecb$66d46fa0$2801007e@tpf.co.jp
обсуждение исходный текст
Ответы Re: Insertion of index tuples are necessary ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

Under current non-overwrite storage manager,PostgreSQL always has
to insert index tuples corresponding to a new updated heap tuple even
when the key values are invariant. This is a big pain for frequently
updated tables.  Can we omit the insertion when the key values are
invariant ?  We could follow update chain of heap tuples since MVCC
was introduced.
In addtion we may be able to update heap-TID member of an index
tuple to the latest TID in the middle of index access without vacuuming.

Comments anyone ?

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Proposal: replace no-overwrite with Berkeley DB
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposal: replace no-overwrite with Berkeley DB