Re: SERIALIZABLE with parallel query

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: SERIALIZABLE with parallel query
Дата
Msg-id CAM3SWZQnrNZ5PTS46AEJcJpmF3UiVKV-hivF6tfFjiR3og2Z6A@mail.gmail.com
обсуждение исходный текст
Ответ на SERIALIZABLE with parallel query  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: [HACKERS] SERIALIZABLE with parallel query
Список pgsql-hackers
On Tue, Nov 8, 2016 at 1:51 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> Currently we don't generate parallel plans in SERIALIZABLE.  What
> problems need to be solved to be able to do that?

FWIW, parallel CREATE INDEX works at SERIALIZABLE isolation level by
specially asking the parallel infrastructure to not care. I think that
this works fine, given the limited scope of the problem, but it would
be nice to have that confirmed.


-- 
Peter Geoghegan



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

Предыдущее
От: Andreas Karlsson
Дата:
Сообщение: Re: pg_sequence catalog
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Patch to implement pg_current_logfile() function