Re: SSI tuning points

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: SSI tuning points
Дата
Msg-id 4DFDCB31020000250003E8BF@gw.wicourts.gov
обсуждение исходный текст
Ответ на SSI tuning points  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: SSI tuning points  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: the big picture for index-only scans
Следующее
От: Jeff Shanab
Дата:
Сообщение: Libpq enhancement