YokoWasis
09/26/2021, 3:07 PMScott P
09/26/2021, 6:53 PMCOPY
in 7 seconds
- 39 million row inserts via COPY
in 2m 34s
In both cases, the tables were set to unlogged
and indexes were dropped before the COPY
is executed, and then indexes are recreated and table set to logged
after the COPY
is complete.
Postgres is more than capable of scaling up to very high levels, but again, each use case is different so everyone will attain different results.Scott P
09/26/2021, 6:55 PMCOPY
uses a lot of memory, but the main point to take away from this is that Postgres scales extremely wellYokoWasis
09/28/2021, 2:20 AMScott P
09/28/2021, 2:28 AMYokoWasis
09/29/2021, 1:38 AMScott P
09/29/2021, 2:38 PMHorseShoe
09/30/2021, 12:34 PMHorseShoe
09/30/2021, 12:35 PMHorseShoe
09/30/2021, 12:36 PMHorseShoe
09/30/2021, 12:38 PMHorseShoe
09/30/2021, 12:41 PMHorseShoe
10/07/2021, 5:02 PMYokoWasis
10/08/2021, 10:31 AMScott P
10/08/2021, 1:59 PMfuzzybearz
11/10/2021, 4:49 AM