mirror of https://github.com/postgres/postgres
Update docs about new -N option
This commit is contained in:
parent
f35ced3de9
commit
0d7c58a977
|
@ -1,4 +1,4 @@
|
|||
pgbench README 2002/02/24 Tatsuo Ishii (t-ishii@sra.co.jp)
|
||||
pgbench README 2001/10/24 Tatsuo Ishii (t-ishii@sra.co.jp)
|
||||
|
||||
o What is pgbench?
|
||||
|
||||
|
@ -122,9 +122,6 @@ o options
|
|||
-S
|
||||
Perform select only transactions instead of TPC-B.
|
||||
|
||||
-N
|
||||
Skip updation of "branches" and "tellers" table. This
|
||||
would result in lower contention of updates.
|
||||
-C
|
||||
Establish connection for each transaction, rather than
|
||||
doing it just once at begining of pgbench in the normal
|
||||
|
@ -156,10 +153,6 @@ Basically it is same as BSD license. See pgbench.c for more details.
|
|||
|
||||
o History
|
||||
|
||||
2002/02/24
|
||||
* disable CHECKPOINT
|
||||
* add -N option
|
||||
|
||||
2001/10/24
|
||||
* "time"->"mtime"
|
||||
|
||||
|
|
|
@ -104,6 +104,13 @@ pgbench $B$K$O$$$m$$$m$J%*%W%7%g%s$,$"$j$^$9!%(B
|
|||
$B$OE,9g$7$J$/$J$j$^$9$,!$$h$j8=<BE*$JIi2Y$r%F%9%H$9$k$3(B
|
||||
$B$H$,$G$-$^$9!%(B
|
||||
|
||||
-N
|
||||
"branches"$B$H(B"tellers"$B%F!<%V%k$N99?7$r9T$$$^$;$s!%$3$l(B
|
||||
$B$K$h$C$F(B"branches"$B$H(B"tellers"$B$X$NBgNL$N99?7$N6%9g$N$J(B
|
||||
$B$$>uBV$G$NB,Dj$r9T$$$^$9!%$7$?$,$C$F(BTPC-B$B$N%9%Z%C%/$K(B
|
||||
$B$OE,9g$7$J$/$J$j$^$9$,!$$h$j8=<BE*$JIi2Y$r%F%9%H$9$k$3(B
|
||||
$B$H$,$G$-$^$9!%(B
|
||||
|
||||
-C $B$3$N%*%W%7%g%s$r;XDj$9$k$H!$:G=i$K3NN)$7$?%3%M%/%7%g%s(B
|
||||
$B$r;H$$2s$9$N$G$O$J$/!$3F%H%i%s%6%/%7%g%s$4$H$K(BDB$B$X$N@\(B
|
||||
$BB3$r9T$$$^$9!%%3%M%/%7%g%s$N%*!<%P!<$X%C%I$rB,Dj$9$k$N(B
|
||||
|
@ -176,6 +183,11 @@ pgbench $B$O@P0f(B $BC#IW$K$h$C$F=q$+$l$^$7$?!%%i%$%;%s%9>r7o$O(B pgbench.c
|
|||
|
||||
$B"#2~DjMzNr(B
|
||||
|
||||
2002/02/24
|
||||
* $B$3$3$+$i$O(B7.3$BMQ$NJQ99$G$9!%(B
|
||||
* CHECKPOINT$B$NH/9T$r$d$a$^$7$?!%(B
|
||||
* -N $B%*%W%7%g%s$rDI2C$7$^$7$?!%(B
|
||||
|
||||
2002/02/24
|
||||
* $B$3$3$+$i$O(B7.3$BMQ$NJQ99$G$9!%(B
|
||||
* CHECKPOINT$B$NH/9T$r$d$a$^$7$?!%(B
|
||||
|
|
Loading…
Reference in New Issue