Re: Performance testing of COPY (SELECT) TO

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Performance testing of COPY (SELECT) TO
Дата
Msg-id 200608261700.k7QH0lP13760@momjian.us
обсуждение исходный текст
Ответ на Re: Performance testing of COPY (SELECT) TO  (Böszörményi Zoltán <zboszor@dunaweb.hu>)
Ответы Re: Performance testing of COPY (SELECT) TO
Список pgsql-hackers
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

---------------------------------------------------------------------------


B�sz�rm�nyi Zolt�n wrote:
> > B?sz?rm?nyi Zolt?n <zboszor@dunaweb.hu> writes:
> >> With PostgreSQL 8.1.4, I used this:
> >
> >> begin;
> >> select ... into temp myquery1;
> >> copy myquery1 to stdout csv delimiter '|';
> >> rollback;
> >
> > The performance of this would doubtless vary a lot with the temp_buffers
> > setting.  Did you try different values?
> 
> Yes, I did, but now checked back with 8.2CVS.
> The previously quoted result was achieved with
> temp_buffers = 1000 on both 8.1.4 and 8.2CVS.
> On 8.2CVS with temp_buffers = 4096, the 10 client case kills
> the machine with swapping, but the 3 client runtime with
> COPY(SELECT) went down to 2:41. The SELECT INTO TEMP
> case went down to 3:36.
> 
> > It'd also be interesting to time the same way (with a temp table) in
> > devel.  I don't remember whether we did any performance work on the
> > COPY CSV data path in this cycle, or whether that was all present in
> > 8.1.  In any case it'd be worth proving that the COPY SELECT patch isn't
> > degrading performance of the copy-a-relation case.
> 
> I will report back with that, say on Monday.
> 
> In the meantime, I documented the COPY (SELECT) case
> and modified parser/analyze.c and tcop/utility.c so neither of them
> calls anything from under another directory. I think it's cleaner now.
> Also, I tried to implement more closely what printtup() does.
> Please, review.
> 
> Best regards,
> Zolt?n B?sz?rm?nyi

[ Attachment, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Coding style for emacs
Следующее
От: David Fetter
Дата:
Сообщение: Re: [DOCS] New XML section for documentation