Document that effective cache size does not assume data remains in the

cache between queries.
This commit is contained in:
Bruce Momjian 2011-02-01 15:23:35 -05:00
parent e8cdc238cf
commit 6c6e6f7fd3
1 changed files with 3 additions and 1 deletions

View File

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