Re: Random penalties on GIN index updates?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Random penalties on GIN index updates?
Дата
Msg-id 1908.1256150115@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Random penalties on GIN index updates?  (Jesper Krogh <jesper@krogh.cc>)
Ответы Re: Random penalties on GIN index updates?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-performance
Jesper Krogh <jesper@krogh.cc> writes:
> What I seems to miss a way to make sure som "background" application is
> the one getting the penalty, so a random user doing a single insert
> won't get stuck. Is that doable?

You could force a vacuum every so often, but I don't think that will
help the locking situation.  You really need to back off work_mem ---
512MB is probably not a sane global value for that anyway.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: William Blunn
Дата:
Сообщение: Are unreferenced TOASTed values retrieved?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Are unreferenced TOASTed values retrieved?