Re: Prepare enabled pgbench

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Prepare enabled pgbench
Дата
Msg-id 200211130159.gAD1xkQ09568@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Prepare enabled pgbench  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: Prepare enabled pgbench  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii wrote:
> > Tatsuo, are you or anyone else working on adding PREPARE, EXECUTE support to
> > pgbench?
> 
> As far as I know, no one is working on that.
> 
> > If not, I can do it myself and if you are interested, I'll send you the
> > patch.
> 
> Thanks. I can commit it for 7.4. BTW, it would be nice if we could
> have a switch to turn on/off PREPARE/EXECUTE in pgbench so that we
> could see how PRPARE/EXECUTE could improve the performance...

We could probably just run before-after patch tests to see the
performance change.  I am afraid adding that switch into the code may
make it messy.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Prepare enabled pgbench
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: CREATE TABLE/AS does not allow WITH OIDS?