Re: UPSERT

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: UPSERT
Дата
Msg-id 200703021117.47121.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: UPSERT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Couple notes:

(1) Upsert is not just a desire of MySQL users.  I just spec'd a major 
proprietary-database replacement project at a fortune 500 where they want an 
Upsert and are unhappy that PostgreSQL doesn't have it.  Unfortunately, they 
don't want to spring for development funds :-(

(2) Doing upsert by checking for a unique key violaton error leads to horrible 
performance in addition to the previously mentioned race conditions.

-- 
Josh Berkus
PostgreSQL @ Sun
San Francisco


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: WITH/RECURSIVE plans
Следующее
От: Andrew - Supernews
Дата:
Сообщение: Re: GIST and TOAST