Re: COPY and partitioning - Mailing list pgsql-admin

From Guido Barosio
Subject Re: COPY and partitioning
Date
Msg-id f7f6b4c70511181629uaddf3d4t237c360a0b5019d6@mail.gmail.com
Whole thread Raw
In response to COPY and partitioning  (Colton A Smith <smith@cs.utk.edu>)
List pgsql-admin
Thinking about dumping the schema, rewriting that structure with your partitioning needs, and after copy the data.
 
Why not?
 
Just 2 cents, never done it.
 
to dump a schema:
pg_dump -s dbname > dbname.schema 
 
Then just restore the data, it should work I guess.
 
Best regards,
Guido

 
On 11/17/05, Colton A Smith <smith@cs.utk.edu> wrote:
Hi

  I understand v8.1 implements table partitioning.  Very exciting!

  I have a big table (30 G) that is a real headache.  I'd like to
partition it.  My plan is the following: (1) use pg_dump -t to
dump the data; (2) create a partitioning schema with check constraints;
and (3) repopulate using the COPY utility.

  My question: does the COPY utility consult check constraints
before populating tables?

  Thanks as always.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend



--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: fsm allocation
Next
From: "John Jensen"
Date:
Subject: Re: Server Hardware Configuration