Re: Improve pg_dump dumping publication tables - Mailing list pgsql-hackers

From John Hsu
Subject Re: Improve pg_dump dumping publication tables
Date
Msg-id 160374863905.1204.1019739784563924392.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Improve pg_dump dumping publication tables  (Cary Huang <cary.huang@highgo.ca>)
List pgsql-hackers
Hi Cary,

Thanks for taking a look. I agree there's a risk  since there's more memory usage on client side, and if you're dumping
saymillions of publicationTables then that could be problematic. 
 
I'd like to think this isn't any riskier than existing pg_dump code such as in getTables(...) where presumably we would
runinto similar problems. 
 

Cheers,
John H

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Deleting older versions in unique indexes to avoid page splits
Next
From: Fabrízio de Royes Mello
Date:
Subject: Add important info about ANALYZE after create Functional Index