1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

doc: suggest 1.1 as a random_page_cost value for SSDs

Reported-by: yigong hu

Discussion: https://postgr.es/m/CAOxFffcourucFqSk+tZA13ErS3XRYkDy6EeaPff4AvHGiEEuug@mail.gmail.com

Backpatch-through: 9.5
This commit is contained in:
Bruce Momjian
2020-05-21 20:28:38 -04:00
parent d594e4cd73
commit 7bf6b3e007

View File

@ -3650,7 +3650,8 @@ include_dir 'conf.d'
the database is smaller than the total server memory, decreasing
random_page_cost can be appropriate. Storage that has a low random
read cost relative to sequential, e.g. solid-state drives, might
also be better modeled with a lower value for random_page_cost.
also be better modeled with a lower value for random_page_cost,
e.g., <literal>1.1</literal>.
</para>
<tip>