Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6c6e6f7

Browse files
committed
Document that effective cache size does not assume data remains in the
cache between queries.
1 parent e8cdc23 commit 6c6e6f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/config.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,9 @@ SET ENABLE_SEQSCAN TO OFF;
24242424
space. This parameter has no effect on the size of shared
24252425
memory allocated by <productname>PostgreSQL</productname>, nor
24262426
does it reserve kernel disk cache; it is used only for estimation
2427-
purposes. The default is 128 megabytes (<literal>128MB</>).
2427+
purposes. The system also does not assume data remains in
2428+
the disk cache between queries. The default is 128 megabytes
2429+
(<literal>128MB</>).
24282430
</para>
24292431
</listitem>
24302432
</varlistentry>

0 commit comments

Comments
 (0)