public inbox for [email protected]  
help / color / mirror / Atom feed
From: Peter Eisentraut <[email protected]>
To: Bruce Momjian <[email protected]>
To: [email protected]
To: [email protected]
Subject: Re: effective_cache_size
Date: Mon, 5 Nov 2018 12:50:01 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>

On 16/10/2018 17:38, Bruce Momjian wrote:
> diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
> index 2317e8b..e471d7f 100644
> --- a/src/backend/utils/misc/guc.c
> +++ b/src/backend/utils/misc/guc.c
> @@ -2987,10 +2987,9 @@ static struct config_int ConfigureNamesInt[] =
>  
>  	{
>  		{"effective_cache_size", PGC_USERSET, QUERY_TUNING_COST,
> -			gettext_noop("Sets the planner's assumption about the size of the disk cache."),
> -			gettext_noop("That is, the portion of the kernel's disk cache that "
> -						 "will be used for PostgreSQL data files. This is measured in disk "
> -						 "pages, which are normally 8 kB each."),
> +			gettext_noop("Sets the planner's assumption about the size of the data cache."),
> +			gettext_noop("That is, the size of the cache used for PostgreSQL data files. "
> +						 "This is measured in disk pages, which are normally 8 kB each."),
>  			GUC_UNIT_BLOCKS,
>  		},
>  		&effective_cache_size,

This change completely loses the context that this is the kernel's/host
system's memory size.  What is "data cache"?  I think this is a bad
change.  I know it's confusing, but the old description at least had
some basis in terms that are known to the user.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




view thread (11+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected], [email protected]
  Subject: Re: effective_cache_size
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox