Re: Why is unique constraint needed for upsert?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Why is unique constraint needed for upsert?
Дата
Msg-id 53CFF19A.5050703@hogranch.com
обсуждение исходный текст
Ответ на Why is unique constraint needed for upsert?  (Seamus Abshere <seamus@abshere.net>)
Ответы Re: Why is unique constraint needed for upsert?  (Igor Neyman <ineyman@perceptron.com>)
Re: Why is unique constraint needed for upsert?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 7/23/2014 10:21 AM, Seamus Abshere wrote:
> hi all,
>
> Upsert is usually defined [1] in reference to a violating a unique key:
>
>> Insert, if unique constraint violation then update; or update, if not
>> found then insert.
>
> Is this theoretically preferable to just looking for a row that
> matches certain criteria, updating it if found or inserting otherwise?

what happens when two connections do this more or less concurrently, in
transactions?



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Kalai R
Дата:
Сообщение: Re:
Следующее
От: Igor Neyman
Дата:
Сообщение: Re: Why is unique constraint needed for upsert?