Re: R: How to move a DB from one server to another...

Поиск
Список
Период
Сортировка
От Harald Armin Massa
Тема Re: R: How to move a DB from one server to another...
Дата
Msg-id 7be3f35d05062303136c44b6e0@mail.gmail.com
обсуждение исходный текст
Ответ на R: How to move a DB from one server to another...  ("Federico Simonetti (Etheye)" <flame@etheye.com>)
Список pgsql-hackers-win32
Federico,
Of course we could use SQL (CREATE DATABASE, CREATE TABLE, INSERT INTO....)
but this would take years on large databases, while a rough "copy this
folder to the new server" would take just a few seconds.

I do copys of databases every other day. pg_dump and pg_restore work like a breeze on databases with around 1 gig of stuff, and I do not even use the binary format and use intermediate files.

Where ist the performance bottleneck you are speaking of?

Harald

--
GHUM Harald Massa
persuasion python postgresql
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607

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

Предыдущее
От: John A Meinel
Дата:
Сообщение: Re: R: How to move a DB from one server to
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: How to move a DB from one server to another...