Re: More tablescanning fun

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: More tablescanning fun
Дата
Msg-id 1051426250.1860.1.camel@fuji.krosing.net
обсуждение исходный текст
Ответ на Re: More tablescanning fun  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-performance
Jim C. Nasby kirjutas R, 25.04.2003 kell 19:56:
> I'm not familiar enough with pgsql's guts to know how big an impact
> updates across pages are, or if they even happen often at all. If you're
> not maintaining a clustered table, couldn't all updates just occur
> in-place?

In postgres _no_ updates happen in-place. The MVCC concurrency works by
always inserting a new tuple on update .

-----------
Hannu


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Automatic analyze on select into
Следующее
От: Jeremy Andrus
Дата:
Сообщение: pgsql BLOB issues