mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Increase default value of effective_cache_size to 128MB, per discussion.
This commit is contained in:
@ -195,7 +195,7 @@
|
||||
#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
|
||||
#effective_cache_size = 8000kB
|
||||
#effective_cache_size = 128MB
|
||||
|
||||
# - Genetic Query Optimizer -
|
||||
|
||||
|
Reference in New Issue
Block a user