Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
810c0b85
Commit
810c0b85
authored
24 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Update README's install instructions to agree with current reality.
parent
64a1b626
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/pgbench/README.pgbench
+10
-9
10 additions, 9 deletions
contrib/pgbench/README.pgbench
with
10 additions
and
9 deletions
contrib/pgbench/README.pgbench
+
10
−
9
View file @
810c0b85
...
...
@@ -34,15 +34,16 @@ o features of pgbench
o How to install pgbench
(1)
Edit the first line in Makefile
(1)
Configure and build the standard Postgres distribution.
POSTGRESHOME = /usr/local/pgsql
You can get away with just running configure at the top level
and doing "make all" in src/interfaces/libpq.
so that it points to
th
e
directory
where PostgreSQL installed
.
(2) Run make in
th
is
directory.
(2) Run configu
re
(3) Run make. You will see an executable file "pgbench" there
.
You will see an executable file "pgbench". You can run it he
re
,
or install it with the standard Postgres programs by doing
"make install"
.
o How to use pgbench?
...
...
@@ -52,7 +53,7 @@ o How to use pgbench?
where <dbname> is the name of database. pgbench uses four tables
accounts, branches, history and tellers. These tables will be
destroyed. Be very careful
ly
if you have tables having same
destroyed. Be very careful if you have tables having same
names. Default test data contains:
table # of tuples
...
...
@@ -85,7 +86,7 @@ o options
-p port
the port number that the backend is accepting. default is
5432.
libpq's default, usually
5432.
-c number_of_clients
Number of clients simulated. default is 1.
...
...
@@ -106,7 +107,7 @@ o options
-v
Do vacuuming before testing. This will take some time.
With
out both
-n
and
-v pgbench will vacuum tellers and
With
neither
-n
nor
-v
,
pgbench will vacuum tellers and
branches tables only.
-S
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment