类型: | bool |
默认: | on |
上下文: | user |
重新开始: | false |
以来: | 11 |
允许领导者进程执行Gather
和Gather Merge
节点之下的查询计划而不是等待工作者进程。默认值是on
。将这个值设置为off
会降低工作者由于领导者读取元组速度不够快而被阻塞的可能性,但是要求领导者在产生第一个元组之前等待工作者进程启动。领导者能够帮助或者阻碍性能的程度取决于计划的类型、工作者的数量以及查询时长。
在 StackOverflow
在 pgsql-hackers
- Re: RFC/PoC: GUC option to enable tuple queue autoflush for parallel workers
- Re: Streaming read-ready sequential scan code
- RFC/PoC: GUC option to enable tuple queue autoflush for parallel workers
- Re: Parallel Bitmap Heap Scan reports per-worker stats in EXPLAIN ANALYZE
- Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes