mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Fix documentation for pgbench tpcb-like.
We choose a random value for delta, not balance. Back-patch to 9.6 where the mistake arrived. Author: Fabien Coelho Discussion: https://postgr.es/m/alpine.DEB.2.21.1904081752210.5867@lancre
This commit is contained in:
parent
dffb891d78
commit
dd5e47a92c
@ -843,7 +843,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
|
|||||||
<para>
|
<para>
|
||||||
The default built-in transaction script (also invoked with <option>-b tpcb-like</option>)
|
The default built-in transaction script (also invoked with <option>-b tpcb-like</option>)
|
||||||
issues seven commands per transaction over randomly chosen <literal>aid</literal>,
|
issues seven commands per transaction over randomly chosen <literal>aid</literal>,
|
||||||
<literal>tid</literal>, <literal>bid</literal> and <literal>balance</literal>.
|
<literal>tid</literal>, <literal>bid</literal> and <literal>delta</literal>.
|
||||||
The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B,
|
The scenario is inspired by the TPC-B benchmark, but is not actually TPC-B,
|
||||||
hence the name.
|
hence the name.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user