Re: ON CONFLICT DO NOTHING ignored on bulk insert

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: ON CONFLICT DO NOTHING ignored on bulk insert
Дата
Msg-id CAHOFxGryjbEkS6pT+1WW1Z0j5GWF=zO5LHRNyon54a63XMKo4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ON CONFLICT DO NOTHING ignored on bulk insert  (Hellmuth Vargas <hivs77@gmail.com>)
Список pgsql-general
Are you wanting to minimize the locking time, or ensure the whole process completes as soon as possible? If the prior, you can insert into a temp table like the real one (which is maybe what pricelistnew is already), delete the rows where they don't have a valid reference, and then insert all remaining rows.

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

Предыдущее
От: Hellmuth Vargas
Дата:
Сообщение: Re: ON CONFLICT DO NOTHING ignored on bulk insert
Следующее
От: RAJAMOHAN
Дата:
Сообщение: Null database entry in pg_stat_database on pg-12 version