Re: Review: Revise parallel pg_restore's scheduling heuristic - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Review: Revise parallel pg_restore's scheduling heuristic
Date
Msg-id 19760.1249053047@sss.pgh.pa.us
Whole thread Raw
In response to Review: Revise parallel pg_restore's scheduling heuristic  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Review: Revise parallel pg_restore's scheduling heuristic  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Rebased to correct for pg_indent changes.

Thanks for doing that.  Attached is a further small improvement that
gets rid of the find_ready_items() scans.  After re-reading the patch
I realized that it wasn't *really* avoiding O(N^2) behavior ... but
this version does.

            regards, tom lane


Attachment

pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: ALTER TABLE ... ALTER COLUMN ... SET DISTINCT
Next
From: KaiGai Kohei
Date:
Subject: Re: SE-PostgreSQL Specifications