Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit253ade2

Browse files
committed
Regroup GEQO configs.
1 parent8dbaca4 commit253ade2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,30 +79,30 @@
7979
#cpu_tuple_cost = 0.01
8080
#cpu_index_tuple_cost = 0.001
8181
#cpu_operator_cost = 0.0025
82-
#geqo_selection_bias = 2.0 # range 1.5-2.0
8382

8483

8584
#
8685
#GEQO Optimizer Parameters
8786
#
87+
#geqo_selection_bias = 2.0 # range 1.5-2.0
8888
#geqo_threshold = 11
89-
#geqo_pool_size = 0#default based on #tables in query, range 128-1024
89+
#geqo_pool_size = 0 #default based on #tables in query, range 128-1024
9090
#geqo_effort = 1
9191
#geqo_generations = 0
92-
#geqo_random_seed = -1 # auto-compute seed
92+
#geqo_random_seed = -1# auto-compute seed
9393

9494

9595
#
9696
#Write-ahead log (WAL)
9797
#
9898
#wal_files = 0 # range 0-64
99-
#wal_sync_method = fsync # fsync or fdatasync or open_sync or open_datasync
99+
#wal_sync_method = fsync# fsync or fdatasync or open_sync or open_datasync
100100
# Note: default wal_sync_method varies across platforms
101-
#wal_debug = 0 # range 0-16
102-
#commit_delay = 0 # range 0-100000
103-
#commit_siblings = 5 # range 1-1000
104-
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
105-
#checkpoint_timeout = 300 # in seconds, range 30-3600
101+
#wal_debug = 0# range 0-16
102+
#commit_delay = 0# range 0-100000
103+
#commit_siblings = 5# range 1-1000
104+
#checkpoint_segments = 3# in logfile segments (16MB each), min 1
105+
#checkpoint_timeout = 300# in seconds, range 30-3600
106106

107107

108108
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp