Re: Optimizing Read-Only Scalability

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Optimizing Read-Only Scalability
Дата
Msg-id 4A0CA796.4030601@agliodbs.com
обсуждение исходный текст
Ответ на Optimizing Read-Only Scalability  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Optimizing Read-Only Scalability  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Simon,

> So we can optimize away the scan through the procarray by doing two "if"
> tests, one outside of the lock, one inside. In normal running, both will
> be optimized away, though in read-only periods we would avoid much work.

How much work would it be to work up a test patch?

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Translation updates
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: New trigger option of pg_standby