Re: [External] Multiple COPY on the same table

From: Ravi Krishna <sravikrishna(at)aol(dot)com>
To:
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: [External] Multiple COPY on the same table
Date: 2018-08-20 18:16:39
Message-ID: 2004276149.10290709.1534788999308@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

1. The tables has no indexes at the time of load.2.  The create table and copy are in the same transaction.
So I guess that's pretty much it.  I understand the long time it takes as some of the tables have 400+ million rows.Also the env is a container and since this is currently a POC system , not much time has been invested in fine tuning it.
thanks all.

Browse pgsql-general by date

  From Date Subject
Next Message bricklen 2018-08-20 18:45:10 Re: upgrading from pg 9.3 to 10
Previous Message Ron 2018-08-20 17:49:31 Re: [External] Multiple COPY on the same table