How to move tables in another physial place

Поиск
Список
Период
Сортировка
От Michelle Konzack
Тема How to move tables in another physial place
Дата
Msg-id 20070522170155.GA1843@freenet.de
обсуждение исходный текст
Ответы Re: How to move tables in another physial place  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: How to move tables in another physial place  (Ron Johnson <ron.l.johnson@cox.net>)
Список 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)

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: sudhir
Дата:
Сообщение: Re: Lock table, Select for update and Serialization error
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: How to move tables in another physial place