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
771a9f69
Commit
771a9f69
authored
Jun 21, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Performance tuning advice for SSI.
Kevin Grittner, with additional wordsmithing by me.
parent
a3290f65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc/src/sgml/mvcc.sgml
doc/src/sgml/mvcc.sgml
+20
-0
No files found.
doc/src/sgml/mvcc.sgml
View file @
771a9f69
...
@@ -658,6 +658,26 @@ ERROR: could not serialize access due to read/write dependencies among transact
...
@@ -658,6 +658,26 @@ ERROR: could not serialize access due to read/write dependencies among transact
protections
automatically
provided
by
Serializable
transactions
.
protections
automatically
provided
by
Serializable
transactions
.
</
para
>
</
para
>
</
listitem
>
</
listitem
>
<
listitem
>
<
para
>
When
the
system
is
forced
to
combine
multiple
page
-
level
predicate
locks
into
a
single
relation
-
level
predicate
lock
because
the
predicate
lock
table
is
short
of
memory
,
an
increase
in
the
rate
of
serialization
failures
may
occur
.
You
can
avoid
this
by
increasing
<
xref
linkend
=
"guc-max-pred-locks-per-transaction"
>.
</
para
>
</
listitem
>
<
listitem
>
<
para
>
A
sequential
scan
will
always
necessitate
a
relation
-
level
predicate
lock
.
This
can
result
in
an
increased
rate
of
serialization
failures
.
It
may
be
helpful
to
encourage
the
use
of
index
scans
by
reducing
<
xref
linkend
=
"guc-random-page-cost"
>
and
/
or
increasing
<
xref
linkend
=
"guc-cpu-tuple-cost"
>.
Be
sure
to
weigh
any
decrease
in
transaction
rollbacks
and
restarts
against
any
overall
change
in
query
execution
time
.
</
para
>
</
listitem
>
</
itemizedlist
>
</
itemizedlist
>
</
para
>
</
para
>
...
...
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