Re: hint in determining effective_io_concurrency

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: hint in determining effective_io_concurrency
Дата
Msg-id CAKoxK+7XVNxR_ttj-uOE9Pkw9=fEXX8LSJ5OVLi90RA+oc_X5A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: hint in determining effective_io_concurrency  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: hint in determining effective_io_concurrency
Список pgsql-performance
On Thu, Apr 22, 2021 at 10:15 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> Note that the interpretation of this GUC changed in v13.
> https://www.postgresql.org/docs/13/release-13.html
> |Change the way non-default effective_io_concurrency values affect concurrency (Thomas Munro)
> |Previously, this value was adjusted before setting the number of concurrent requests. The value is now used
directly.Conversion of old values to new ones can be done using:
 
> |SELECT round(sum(OLDVALUE / n::float)) AS newvalue FROM generate_series(1, OLDVALUE) s(n);
>

Yeah, I know, thanks.
However, I'm still curious about which tools to use to get info about
the storage queue/concurrency.

Luca



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: hint in determining effective_io_concurrency
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: hint in determining effective_io_concurrency