Re: [PATCH] pg_dump: lock tables in batches - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] pg_dump: lock tables in batches
Date
Msg-id 1973369.1672786837@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] pg_dump: lock tables in batches  (Gilles Darold <gilles@migops.com>)
List pgsql-hackers
Gilles Darold <gilles@migops.com> writes:
> As it seems to have a consensus to apply this patch I will change the 
> commitfest status to ready for committers.

Yeah.  I still have a nagging worry about why I didn't do this already,
but without evidence I can't fairly block the patch.  Hence, pushed.

I did cut the LOCK TABLE query length limit from 1MB to 100K, because
I doubt there is any measurable performance difference, and I'm a
little worried about overstressing smaller servers.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: doc: add missing "id" attributes to extension packaging page
Next
From: Nathan Bossart
Date:
Subject: Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX