Re: IO related waits
От | Tom Lane |
---|---|
Тема | Re: IO related waits |
Дата | |
Msg-id | 2587192.1726865228@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: IO related waits (veem v <veema0000@gmail.com>) |
Ответы |
Re: IO related waits
|
Список | pgsql-general |
veem v <veema0000@gmail.com> writes: > Able to reproduce this deadlock graph as below. Now my question is , this > is a legitimate scenario in which the same ID can get inserted from > multiple sessions and in such cases it's expected to skip that (thus "On > conflict Do nothing" is used) row. But as we see it's breaking the code > with deadlock error during race conditions where a lot of parallel threads > are operating. So how should we handle this scenario? Do you have to batch multiple insertions into a single transaction? If so, can you arrange to order them consistently across transactions (eg, sort by primary key before inserting)? regards, tom lane
В списке pgsql-general по дате отправления: