Skip to content

Commit 7c43076

Browse files
committed
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
1 parent c7aaa04 commit 7c43076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
38313831
the database is smaller than the total server memory, decreasing
38323832
random_page_cost can be appropriate. Storage that has a low random
38333833
read cost relative to sequential, e.g. solid-state drives, might
3834-
also be better modeled with a lower value for random_page_cost.
3834+
also be better modeled with a lower value for random_page_cost,
3835+
e.g., <literal>1.1</literal>.
38353836
</para>
38363837

38373838
<tip>

0 commit comments

Comments
 (0)