Re: pgbench doc fix

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: ishii(at)sraoss(dot)co(dot)jp
Cc: alvherre(at)2ndquadrant(dot)com, coelho(at)cri(dot)ensmp(dot)fr, peter(dot)eisentraut(at)2ndquadrant(dot)com, 9erthalion6(at)gmail(dot)com, robertmhaas(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgbench doc fix
Date: 2019-01-17 06:48:55
Message-ID: 20190117.154855.221209620829547416.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> On 2018-Dec-03, Tatsuo Ishii wrote:
>>
>>> To:
>>> -------------------------------------------------------------------
>>> -M querymode
>>> --protocol=querymode
>>>
>>> Protocol to use for submitting queries to the server:
>>>
>>> simple: use simple query protocol.
>>>
>>> extended: use extended query protocol.
>>>
>>> prepared: use extended query protocol with prepared statements.
>>>
>>> Because in "prepared" mode pgbench reuses the parse analysis
>>> result for the second and subsequent query iteration, pgbench runs
>>> faster in the prepared mode than in other modes.
>>
>> Looks good to me.
>
> Thanks. I'm going to commit this if there's no objection.

Done. Thanks.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2019-01-17 06:55:23 Re: New vacuum option to do only freezing
Previous Message Michael Paquier 2019-01-17 05:57:21 Re: de-deduplicate code in DML execution hooks in postgres_fdw