How to move tables in another physial place - Mailing list pgsql-general

From Michelle Konzack
Subject How to move tables in another physial place
Date
Msg-id 20070522170155.GA1843@freenet.de
Whole thread Raw
Responses Re: How to move tables in another physial place
Re: How to move tables in another physial place
List pgsql-general
Hello,

I am using Debian GNU/Linux 4.0 with postgresql 8.2.

Now I have splited my Monster-Table of 580 GByte (historical timeline)
into one table per year (= several 100 now) and use table partitioning.
(Cool for pg_dump since I can dump singel tables and burn it now on CD
or DVD). Then I have reorganized my server and now I have several Raid-1
volumes to use table partitioning.

The tables are now working and my Database is over 80 times faster
because most searches are not over the whole table (580 GByte) but over
a paticular time (mostly 20-40 years).

What I want now is to move tables to another partition.

How can I do this? (best and fastest way)

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSN LinuxMichi
0033/6/61925193    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment

pgsql-general by date:

Previous
From: sudhir
Date:
Subject: Re: Lock table, Select for update and Serialization error
Next
From: "Joshua D. Drake"
Date:
Subject: Re: How to move tables in another physial place