Re: Insert vs Update

Поиск
Список
Период
Сортировка
От Robert DiFalco
Тема Re: Insert vs Update
Дата
Msg-id CAAXGW-zYODy0yjmgTR9OHNEZm_4LLLrJ4ZnmXPBrSVx=n8EwBQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Insert vs Update  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-performance


On Wed, Jul 15, 2015 at 12:32 PM, David G. Johnston <david.g.johnston@gmail.com> wrote:

You may be able to put Table Inheritance to good use here...

I do not know (but doubt) if HOT optimization works when going from NULL to non-NULL since the former is stored in a bitmap while the later occupies normal relation space and thus the update would likely end up writing an entirely new​ record upon each event category recording.

David J.



Thanks! 

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Insert vs Update
Следующее
От: Michael Nolan
Дата:
Сообщение: Re: Insert vs Update