Re: [GENERAL] So slow inserts... Why? - Mailing list pgsql-general

From Vadim Mikheev
Subject Re: [GENERAL] So slow inserts... Why?
Date
Msg-id 374CED24.69E7DA9A@krs.ru
Whole thread Raw
In response to Re: [GENERAL] So slow inserts... Why?  (Remigiusz Sokolowski <rems@gdansk.sprint.pl>)
List pgsql-general
Remigiusz Sokolowski wrote:
>
> > 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

2^32 - 2  -:)

> 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?

You have to add ; after each insert...

Vadim

pgsql-general by date:

Previous
From: Michal Samek
Date:
Subject: Re: [GENERAL] So slow inserts... Why?
Next
From: Sebestyen Zoltan
Date:
Subject: 6.4.2 on DEC Alpha