mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add -N option which disables updation of branches and tellers tables.
So there would be less contention with -N, that might be more realistic test.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
pgbench README 2001/10/24 Tatsuo Ishii (t-ishii@sra.co.jp)
|
||||
pgbench README 2002/02/24 Tatsuo Ishii (t-ishii@sra.co.jp)
|
||||
|
||||
o What is pgbench?
|
||||
|
||||
@ -122,6 +122,9 @@ 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
|
||||
@ -153,6 +156,10 @@ 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"
|
||||
|
||||
|
Reference in New Issue
Block a user