Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
825da2ab
Commit
825da2ab
authored
Sep 23, 2013
by
Noah Misch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pgbench: Tweak documentation.
Fabien COELHO
parent
54990af6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contrib/pgbench/pgbench.c
contrib/pgbench/pgbench.c
+1
-1
doc/src/sgml/pgbench.sgml
doc/src/sgml/pgbench.sgml
+1
-1
No files found.
contrib/pgbench/pgbench.c
View file @
825da2ab
...
...
@@ -369,7 +369,7 @@ usage(void)
" -N, --skip-some-updates skip updates of pgbench_tellers and pgbench_branches
\n
"
" -P, --progress=NUM show thread progress report every NUM seconds
\n
"
" -r, --report-latencies report average latency per command
\n
"
" -R, --rate=
SPEC
target rate in transactions per second
\n
"
" -R, --rate=
NUM
target rate in transactions per second
\n
"
" -s, --scale=NUM report this scale factor in output
\n
"
" -S, --select-only perform SELECT-only transactions
\n
"
" -t, --transactions number of transactions each client runs "
...
...
doc/src/sgml/pgbench.sgml
View file @
825da2ab
...
...
@@ -429,7 +429,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
</para>
<para>
The rate is targeted by starting transactions along a
Poisson-distributed schedule time line. The expected
finish
time
Poisson-distributed schedule time line. The expected
start
time
schedule moves forward based on when the client first started, not
when the previous transaction ended. That approach means that when
transactions go past their original scheduled end time, it is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment