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.


Reply via email to