Re: effective_io_concurrency

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: effective_io_concurrency
Date: 2022-01-19 17:46:15
Message-ID: 3a5e6f9f-9dd7-1f3f-2086-36a331259ff5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 1/19/22 11:40 AM, Wells Oliver wrote:
> Hi all-- I notice in the default PG 13 settings for Postgres on
> RDS, effective_io_concurrency is empty, and doing a
> "show effective_io_concurrency" also shows an empty value-- what's the
> effect of this? That PG assumes 0 for the setting?

https://www.postgresql.org/docs/13/runtime-config-resource.html

"The allowed range is 1 to 1000, or *zero to disable issuance of
asynchronous I/O requests*. Currently, this setting only affects bitmap heap
scans."

> --
> Wells Oliver
> wells(dot)oliver(at)gmail(dot)com <mailto:wellsoliver(at)gmail(dot)com>

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Wells Oliver 2022-01-19 18:23:55 Re: effective_io_concurrency
Previous Message Wells Oliver 2022-01-19 17:40:37 effective_io_concurrency