Re: Yet another abort-early plan disaster on 9.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Yet another abort-early plan disaster on 9.3
Дата
Msg-id 10321.1412094757@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Yet another abort-early plan disaster on 9.3  ("Graeme B. Bell" <grb@skogoglandskap.no>)
Ответы Re: Yet another abort-early plan disaster on 9.3  ("Graeme B. Bell" <grb@skogoglandskap.no>)
Список pgsql-performance
"Graeme B. Bell" <grb@skogoglandskap.no> writes:
> Every year or two the core count goes up. Can/should/does postgres ever attempt two strategies in parallel, in cases
wherestrategy A is generally good but strategy B prevents bad worst case behaviour? Kind of like a Schr�dinger's Cat
approachto scheduling. What problems would it raise? 

You can't run two plans and have them both returning rows to the client,
or performing inserts/updates/deletes as the case may be.

            regards, tom lane


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

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: Yet another abort-early plan disaster on 9.3
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Yet another abort-early plan disaster on 9.3