doc: suggest 1.1 as a random_page_cost value for SSDs
authorBruce Momjian <[email protected]>
Fri, 22 May 2020 00:28:38 +0000 (20:28 -0400)
committerBruce Momjian <[email protected]>
Fri, 22 May 2020 00:28:38 +0000 (20:28 -0400)
Reported-by: yigong hu
Discussion: https://postgr.es/m/CAOxFffcourucFqSk+tZA13ErS3XRYkDy6EeaPff4AvHGiEEuug@mail.gmail.com

Backpatch-through: 9.5

doc/src/sgml/config.sgml

index 6c00ec894d0376d62d78b95cf5103b400c00c2f3..179cd96cbec02800ae24905c5bf259e5df104702 100644 (file)
@@ -3831,7 +3831,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
         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>