Re: SERIALIZABLE with parallel query - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: SERIALIZABLE with parallel query
Date
Msg-id CAM3SWZQnrNZ5PTS46AEJcJpmF3UiVKV-hivF6tfFjiR3og2Z6A@mail.gmail.com
Whole thread Raw
In response to SERIALIZABLE with parallel query  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: [HACKERS] SERIALIZABLE with parallel query  (Thomas Munro <thomas.munro@enterprisedb.com>)
List 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 by date:

Previous
From: Andreas Karlsson
Date:
Subject: Re: pg_sequence catalog
Next
From: Robert Haas
Date:
Subject: Re: Patch to implement pg_current_logfile() function