类型: | integer |
默认: | 1024 (8MB) |
最低限度: | 0 (0kB) |
最大: | 715827882 (5726623056kB) |
单元: | 8kB |
上下文: | user |
重新开始: | false |
以来: | 10 |
为必须扫描的表数据量设置一个最小值,扫描的表数据量超过这一个值才会考虑使用并行扫描。 对于并行顺序扫描,被扫描的表数据量总是等于表的尺寸,但是在使用索引时,被扫描的表数据量通常会更小。 如果指定值时没有单位,则以块为单位,即BLCKSZ
字节,通常为8kB。默认值是8兆字节(8MB
)。
建议 [EN]
… , unless doing IoT or a read-only database. Raise to 100MB or so if your traffic on the database is very bursty, to prevent the WAL from shrinking too much.
在 StackOverflow
在 pgsql-hackers
- BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION
- Re: Allowing parallel-safe initplans
- Re: query_id, pg_stat_activity, extended query protocol
- Re: Limiting overshoot in nbtree's parallel SAOP index scans
- Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION