Re: Undetected Deadlock

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Michael Harris <harmic(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Undetected Deadlock
Date: 2022-01-27 03:20:29
Message-ID: CAHOFxGrriE+ENp+_RMoPAzCq+_czzxYnGsgTGk-+Q84RAWYpng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There may be a bug so perhaps still pursue reproducing the issue, but I
would expect drop concurrently to resolve your issue with the two processes
conflicting. Also, perhaps trying"insert, on conflict do update" could be
more efficient than the copy but obviously there are too many unknowns and
variables for either to be a definite winner.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lucas 2022-01-27 03:24:16 Re: PostgreSQL Management and monitoring tool
Previous Message Michael Harris 2022-01-27 02:54:42 Re: Undetected Deadlock