From: | Jason Ralph <jralph(at)affinitysolutions(dot)com> |
---|---|
To: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | PG11 Parallel Thanks!! |
Date: | 2019-10-02 15:41:00 |
Message-ID: | BL0PR04MB6499ACBD367DFB3E5E86277CD09C0@BL0PR04MB6499.namprd04.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I wanted to drop a quick note thanking the developers who have contributed to Postgres. I have recently upgraded our production PG instances from pg9.3 to pg11.
We do a lot of table syncs, and we have one process at the end of the month that syncs 3 very large tables (400GB). This sync happens from a shell script using pg_dump and pg_restore, we have it set to use -j3 but it's called sequentially so it never really takes advantage of parallel.
Since pg11 on both the target and source, the run time has decreased a lot, I chalk it up to the parallel index creations in pg11 which was a very time consuming process on pg9.3.
The process has finished almost 10 hours earlier than pg93. So thank you for your hard work and dedication to this awesome piece of software.
Jason Ralph
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Lewis | 2019-10-02 16:13:08 | Re: Performance on JSONB select |
Previous Message | Tom Lane | 2019-10-02 15:32:51 | Re: Possible bug: SQL function parameter in window frame definition |