Re: how to avoid deadlock on masive update with multiples delete
От
Andres Freund
Тема
Re: how to avoid deadlock on masive update with multiples delete
Дата
Msg-id
201210051833.55615.andres@2ndquadrant.com
Ответ на
Список
Дерево обсуждения
how to avoid deadlock on masive update with multiples delete "Anibal David Acosta" <aa@devshock.com>
Re: how to avoid deadlock on masive update with multiples delete Igor Neyman <ineyman@perceptron.com>
Re: how to avoid deadlock on masive update with multiples delete Jeff Janes <jeff.janes@gmail.com>
Re: how to avoid deadlock on masive update with multiples delete Claudio Freire <klaussfreire@gmail.com>
Re: how to avoid deadlock on masive update with multiples delete "Anibal David Acosta" <aa@devshock.com>
Re: how to avoid deadlock on masive update with multiples delete Maciek Sakrejda <m.sakrejda@gmail.com>
Re: how to avoid deadlock on masive update with multiples delete Tom Lane <tgl@sss.pgh.pa.us>
Re: how to avoid deadlock on masive update with multiples delete Andres Freund <andres@2ndquadrant.com>
Re: how to avoid deadlock on masive update with multiples delete Tom Lane <tgl@sss.pgh.pa.us>
Re: how to avoid deadlock on masive update with multiples delete Andres Freund <andres@2ndquadrant.com>
Re: how to avoid deadlock on masive update with multiples delete Claudio Freire <klaussfreire@gmail.com>
Re: how to avoid deadlock on masive update with multiples delete Merlin Moncure <mmoncure@gmail.com>
Re: how to avoid deadlock on masive update with multiples delete Tom Lane <tgl@sss.pgh.pa.us>
On Friday, October 05, 2012 05:46:05 PM Tom Lane wrote: > Andres Freund writes: > > On Friday, October 05, 2012 05:31:43 PM Tom Lane wrote: > >> There's no guarantee that the planner won't re-sort the rows coming from > >> the sub-select, unfortunately. > > > > More often than not you can prevent the planner from doing that by > > putting a OFFSET 0 in the query. Not 100% but better than nothing. > > No, that will accomplish exactly nothing. The ORDER BY is already an > optimization fence. Yea, sorry. I was thinking of related problem/solution. > > We really need ORDER BY for DML. > > Meh. That's outside the SQL standard (not only outside the letter of > the standard, but foreign to its very conceptual model) and I don't > think the problem really comes up that often. Back when I mostly did consulting/development on client code it came up about once a week. I might have a warped view though because thats the kind of thing you would ask a consultant about... > Having said all that, are we sure this is even a deletion-order > problem? I was wondering about deadlocks from foreign key references, > for instance. Absolutely not sure, no. Andres -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-performance по дате отправления
От: Tom Lane
Дата:
От: Anibal David Acosta
Дата: