Re: [GENERAL] So slow inserts... Why?

Поиск
Список
Период
Сортировка
От Remigiusz Sokolowski
Тема Re: [GENERAL] So slow inserts... Why?
Дата
Msg-id Pine.GS4.4.02A.9905270826430.13045-100000@netra.gdansk.sprint.pl
обсуждение исходный текст
Ответ на Re: [GENERAL] So slow inserts... Why?  (Charles Tassell <ctassell@isn.net>)
Список pgsql-general
> Try using transactions.  I found when doing single inserts they could take
> hours, but when grouping all the inserts into a single transaction, it was
> relatively quick.  It's been a while, but I believe the syntax is:
> BEGIN
> insert ...
> insert ...
> insert ...
> COMMIT;

Btw. I want to ask about how much "inserts" can I insert between BEGIN and
END; When I do it last time ( I want to add about 1000 "inserts") - I get
error - that buffer can contain to 20 000 characters.
I use psql, so I'm not sure if this is a limit of psql itself or limit of
backend.
And may be anybody knows if it is possible change this limit and where?
    TIA
    Rem

-------------------------------------------------------------------*------------
Remigiusz Sokolowski      e-mail: rems@gdansk.sprint.pl           * *
-----------------------------------------------------------------*****----------


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

Предыдущее
От: "Dannie M Stanley"
Дата:
Сообщение: Maximum Records
Следующее
От: Michal Samek
Дата:
Сообщение: Re: [GENERAL] So slow inserts... Why?