Re: pg_dump - Mailing list pgsql-bugs

From Fabio Pardi
Subject Re: pg_dump
Date
Msg-id eb376899-c163-09ef-61a1-f1746fcfb6e5@portavita.eu
Whole thread Raw
In response to pg_dump  (Volodymyr Blahoi <vblagoi@gmail.com>)
List pgsql-bugs
On 08/05/2020 12:18, Volodymyr Blahoi wrote:
> When you create 5000 schemas and 100 tables with 10 different data types in every schema and execute pg_dump -a
--inserts-t schema1.table2 dbname, it executing around 2 min. How to make it more faster? 

This is not the right ML to ask to, you might want to write to the "performance" ML instead.

About your problem: one solution might be to make sure you are writing your dump to a separate set or disks than where
yourdatabase reads data from. 

regards,

fabio pardi





pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_dump
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #16424: COPY Command fails for CSV formath