diff --git a/postgresql.conf b/postgresql.conf
index f0125f4..d546035 100644
--- a/postgresql.conf
+++ b/postgresql.conf
@@ -393,6 +393,7 @@ ssl_min_protocol_version = 'TLSv1.2'
 
 #seq_page_cost = 1.0			# measured on an arbitrary scale
 #random_page_cost = 4.0			# same scale as above
+random_page_cost = 1.1
 #cpu_tuple_cost = 0.01			# same scale as above
 #cpu_index_tuple_cost = 0.005		# same scale as above
 #cpu_operator_cost = 0.0025		# same scale as above