Re: left join with smaller table or index on (XXX is not null) to avoid upsert

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: left join with smaller table or index on (XXX is not null) to avoid upsert
Дата
Msg-id 2f4958ff0901200740o623ba9c3pc8f42b108f951aaf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: left join with smaller table or index on (XXX is not null) to avoid upsert  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-general
the only difference here is, that the trigger will memcmp (compare)
all data. Say, if we have two columns, int and bytea, and just want to
compare fist one - it will use a lot of cpu in vain.
I have to say, it is a shame sometimes - that trigger isn't aware of
what fields we do update exactly

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: import sql dump with psql - language creation throws error
Следующее
От: David Fetter
Дата:
Сообщение: Re: Database schema & data synchronizer software for PostgreSQL?