Skip to content

Commit

Permalink
Adjust random_page_cost for dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 26, 2024
1 parent b550403 commit 21d6883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ osm-seed:
effective_io_concurrency = 300
max_wal_size = 4GB
min_wal_size = 512MB
random_page_cost = 1.1
random_page_cost = 1.0
effective_cache_size = 24GB
log_min_duration_statement = 15000
log_connections = on
Expand All @@ -414,8 +414,8 @@ osm-seed:
max_parallel_workers_per_gather = 8
max_parallel_workers = 16
max_worker_processes = 16
parallel_tuple_cost = 0.1
parallel_setup_cost = 1000
parallel_tuple_cost = 0.05
parallel_setup_cost = 500
min_parallel_table_scan_size = 8MB
min_parallel_index_scan_size = 512kB
Expand Down

0 comments on commit 21d6883

Please sign in to comment.