File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2902,7 +2902,8 @@ include 'filename'
29022902 used. When setting this parameter you should consider both
29032903 <productname>PostgreSQL</productname>'s shared buffers and the
29042904 portion of the kernel's disk cache that will be used for
2905- <productname>PostgreSQL</productname> data files. Also, take
2905+ <productname>PostgreSQL</productname> data files, though some
2906+ data might exist in both places. Also, take
29062907 into account the expected number of concurrent queries on different
29072908 tables, since they will have to share the available
29082909 space. This parameter has no effect on the size of shared
Original file line number Diff line number Diff line change @@ -2406,10 +2406,9 @@ static struct config_int ConfigureNamesInt[] =
24062406
24072407 {
24082408 {"effective_cache_size" , PGC_USERSET , QUERY_TUNING_COST ,
2409- gettext_noop ("Sets the planner's assumption about the size of the disk cache." ),
2410- gettext_noop ("That is, the portion of the kernel's disk cache that "
2411- "will be used for PostgreSQL data files. This is measured in disk "
2412- "pages, which are normally 8 kB each." ),
2409+ gettext_noop ("Sets the planner's assumption about the size of the data cache." ),
2410+ gettext_noop ("That is, the size of the cache used for PostgreSQL data files. "
2411+ "This is measured in disk pages, which are normally 8 kB each." ),
24132412 GUC_UNIT_BLOCKS ,
24142413 },
24152414 & effective_cache_size ,
You can’t perform that action at this time.
0 commit comments