mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Increase the default value of default_statistics_target from 10 to 100,
and its maximum value from 1000 to 10000. ALTER TABLE SET STATISTICS similarly now allows a value up to 10000. Per discussion.
This commit is contained in:
@ -210,7 +210,7 @@
|
||||
|
||||
# - Other Planner Options -
|
||||
|
||||
#default_statistics_target = 10 # range 1-1000
|
||||
#default_statistics_target = 100 # range 1-10000
|
||||
#constraint_exclusion = off
|
||||
#cursor_tuple_fraction = 0.1 # range 0.0-1.0
|
||||
#from_collapse_limit = 8
|
||||
|
Reference in New Issue
Block a user