On Tue, Nov 8, 2016 at 1:51 PM, Thomas Munro <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
