Re: pgbench doc fix
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Tatsuo Ishii <ishii@sraoss.co.jp>
Cc: coelho@cri.ensmp.fr, peter.eisentraut@2ndquadrant.com, 9erthalion6@gmail.com, robertmhaas@gmail.com, pgsql-hackers@postgresql.org
Date: 2019-01-02T19:36:17Z
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. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Doc: enhance pgbench manual.
- 2472ea0a53f0 12.0 landed