Re: MVCC, undo log, and HOT

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: MVCC, undo log, and HOT
Дата
Msg-id 87y7dufctx.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: MVCC, undo log, and HOT  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:

> HOT is cool, but it really doesn't solve the whole problem. It works for a
> significant class of problems, but for example it won't have any significant
> effect on the app I'm currently working on which is very index-rich. It would
> be a major mistake to think there's no work left to do in improving update
> performance.

Another use case it doesn't address is updating a large fraction of the table.
If you do a single unconstrained "UPDATE foo SET x=y" your table and indexes
will double in size and never shrink back.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Feature Freeze date for 8.4
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Feature Freeze date for 8.4