Re: SSI tuning points - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: SSI tuning points
Date
Msg-id 4DFDCB31020000250003E8BF@gw.wicourts.gov
Whole thread Raw
In response to SSI tuning points  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: SSI tuning points
List pgsql-hackers
Robert Haas  wrote:
> Kevin Grittner  wrote:
>> I'm certainly open to suggestions for better wording.
> How about something like this:
> 
> 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
> max_pred_locks_per_transaction.
> 
> A sequential scan will always necessitate a table-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
> random_page_cost or increasing cpu_tuple_cost. Be sure to 
That does seem better.  Thanks.
-Kevin


pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: the big picture for index-only scans
Next
From: Jeff Shanab
Date:
Subject: Libpq enhancement