Skip to content

Commit b75f73d

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 00c51b3 commit b75f73d

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
@@ -4012,7 +4012,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
40124012
the database is smaller than the total server memory, decreasing
40134013
random_page_cost can be appropriate. Storage that has a low random
40144014
read cost relative to sequential, e.g. solid-state drives, might
4015-
also be better modeled with a lower value for random_page_cost.
4015+
also be better modeled with a lower value for random_page_cost,
4016+
e.g., <literal>1.1</literal>.
40164017
</para>
40174018

40184019
<tip>

0 commit comments

Comments
 (0)