Re: copy csv into partitioned table with unique index - Mailing list pgsql-performance

From legrand legrand
Subject Re: copy csv into partitioned table with unique index
Date
Msg-id 1517136938387-0.post@n3.nabble.com
Whole thread Raw
In response to copy csv into partitioned table with unique index  (Mariel Cherkassky <mariel.cherkassky@gmail.com>)
List pgsql-performance
Did you try to transform your temp table into a table partition using the
ALTER TABLE ATTACH syntax
https://www.postgresql.org/docs/10/static/ddl-partitioning.html

Regards
PAscal



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-performance-f2050081.html


pgsql-performance by date:

Previous
From: Mariel Cherkassky
Date:
Subject: copy csv into partitioned table with unique index
Next
From: Lars Aksel Opsahl
Date:
Subject: SV: copy csv into partitioned table with unique index