Re: psql is slow and it does not take much resources

Поиск
Список
Период
Сортировка
От Leif B. Kristensen
Тема Re: psql is slow and it does not take much resources
Дата
Msg-id 200605031628.10244.leif@solumslekt.org
обсуждение исходный текст
Ответ на Re: psql is slow and it does not take much resources  ("Larry Rosenman" <lrosenman@pervasive.com>)
Ответы Re: psql is slow and it does not take much resources  ("Javier de la Torre" <jatorre@gmail.com>)
Re: psql is slow and it does not take much resources  (Martijn van Oosterhout <kleptog@svana.org>)
Re: psql is slow and it does not take much resources  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
On Wednesday 03 May 2006 16:12, Larry Rosenman wrote:
>Javier de la Torre wrote:
>> It is inserts.
>>
>> I create the inserts myself with a Python programmed I hace created
>> to migrate MySQL databases to PostgreSQL (by th way if someone wants
>> it...)
>
>Ok, that makes *EACH* insert a transaction, with all the overhead.
>
>You need to batch the inserts between BEGIN;/COMMIT; pairs, or, better
>yet set it up as a COPY.

I'm using essentially the same approach for my custom backup/restore
procedure. I also found it a very slow process. But when I wrapped up
each table script (ie. 20-30k of INSERTs) the time it took to populate
the entire database went down from about half an hour to 50 seconds.
Very impressive ;-)

However, I'm wondering if there's a practical limit to how many rows you
can insert within one transaction?
--
Leif Biberg Kristensen :: Registered Linux User #338009
http://solumslekt.org/ :: Cruising with Gentoo/KDE

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

Предыдущее
От: "Larry Rosenman"
Дата:
Сообщение: Re: psql is slow and it does not take much resources
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Replicating PostgreSQL DB to lightweight system