Skip to content

Commit a87209c

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 388d7f8 commit a87209c

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
@@ -4761,7 +4761,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
47614761
the database is smaller than the total server memory, decreasing
47624762
random_page_cost can be appropriate. Storage that has a low random
47634763
read cost relative to sequential, e.g. solid-state drives, might
4764-
also be better modeled with a lower value for random_page_cost.
4764+
also be better modeled with a lower value for random_page_cost,
4765+
e.g., <literal>1.1</literal>.
47654766
</para>
47664767

47674768
<tip>

0 commit comments

Comments
 (0)