共用方式為

查询优化/规划器方法配置

enable_async_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用异步追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_async_append

enable_bitmapscan (启用位图扫描)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用位图扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_bitmapscan

enable_gathermerge

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用收集合并计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_gathermerge

enable_hashagg

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希聚合计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashagg

enable_hashjoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashjoin

启用增量排序

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用增量排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用增量排序

enable_indexonlyscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用仅限索引的扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_indexonlyscan

启用索引扫描 (enable_indexscan)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用索引扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用索引扫描

enable_material

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用具体化。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_material

enable_memoize

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用记忆化。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用缓存

enable_mergejoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用合并联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_mergejoin

enable_nestloop

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用嵌套循环联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_nestloop

enable_parallel_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_append

enable_parallel_hash(启用并行哈希)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行哈希计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_hash

enable_partition_pruning

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用计划时间和执行时间分区修剪。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用分区裁剪

启用分区聚合 (enable_partitionwise_aggregate)

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用或禁用查询规划器对分区分组或聚合的使用,该功能允许对分区表的每个分区分别进行分组或聚合。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_aggregate

启用分区连接 (enable_partitionwise_join)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许或禁止查询规划器使用分区联接,这允许通过联接匹配分区来执行分区表之间的联接。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_join(启用分区连接)

启用预排序聚合

Attribute 价值
类别 查询优化/规划器方法配置
Description 使规划器能够产生计划,这些计划为 ORDER BY 或 DISTINCT 聚合函数提供预排序的输入。 允许查询规划器生成使用 ORDER BY /DISTINCT 子句为聚合函数提供预排序输入的计划。 禁用时,隐式排序始终在执行过程中进行。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_预排序_聚合

enable_seqscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用顺序扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_seqscan

enable_sort

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用显式排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用排序

enable_tidscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用 TID 扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_tidscan

enable_async_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用异步追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_async_append

enable_bitmapscan (启用位图扫描)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用位图扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_bitmapscan

enable_gathermerge

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用收集合并计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_gathermerge

enable_hashagg

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希聚合计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashagg

enable_hashjoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashjoin

启用增量排序

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用增量排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用增量排序

enable_indexonlyscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用仅限索引的扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_indexonlyscan

启用索引扫描 (enable_indexscan)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用索引扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用索引扫描

enable_material

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用具体化。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_material

enable_memoize

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用记忆化。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用缓存

enable_mergejoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用合并联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_mergejoin

enable_nestloop

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用嵌套循环联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_nestloop

enable_parallel_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_append

enable_parallel_hash(启用并行哈希)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行哈希计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_hash

enable_partition_pruning

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用计划时间和执行时间分区修剪。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用分区裁剪

启用分区聚合 (enable_partitionwise_aggregate)

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用或禁用查询规划器对分区分组或聚合的使用,该功能允许对分区表的每个分区分别进行分组或聚合。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_aggregate

启用分区连接 (enable_partitionwise_join)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许或禁止查询规划器使用分区联接,这允许通过联接匹配分区来执行分区表之间的联接。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_join(启用分区连接)

enable_seqscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用顺序扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_seqscan

enable_sort

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用显式排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用排序

enable_tidscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用 TID 扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_tidscan

enable_async_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用异步追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_async_append

enable_bitmapscan (启用位图扫描)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用位图扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_bitmapscan

enable_gathermerge

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用收集合并计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_gathermerge

enable_hashagg

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希聚合计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashagg

enable_hashjoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashjoin

启用增量排序

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用增量排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用增量排序

enable_indexonlyscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用仅限索引的扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_indexonlyscan

启用索引扫描 (enable_indexscan)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用索引扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用索引扫描

enable_material

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用具体化。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_material

enable_memoize

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用记忆化。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用缓存

enable_mergejoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用合并联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_mergejoin

enable_nestloop

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用嵌套循环联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_nestloop

enable_parallel_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_append

enable_parallel_hash(启用并行哈希)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行哈希计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_hash

enable_partition_pruning

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用计划时间和执行时间分区修剪。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用分区裁剪

启用分区聚合 (enable_partitionwise_aggregate)

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用或禁用查询规划器对分区分组或聚合的使用,该功能允许对分区表的每个分区分别进行分组或聚合。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_aggregate

启用分区连接 (enable_partitionwise_join)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许或禁止查询规划器使用分区联接,这允许通过联接匹配分区来执行分区表之间的联接。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_join(启用分区连接)

enable_seqscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用顺序扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_seqscan

enable_sort

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用显式排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用排序

enable_tidscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用 TID 扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_tidscan

enable_bitmapscan (启用位图扫描)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用位图扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_bitmapscan

enable_gathermerge

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用收集合并计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_gathermerge

enable_hashagg

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希聚合计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashagg

enable_hashjoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashjoin

启用增量排序

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用增量排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用增量排序

enable_indexonlyscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用仅限索引的扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_indexonlyscan

启用索引扫描 (enable_indexscan)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用索引扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用索引扫描

enable_material

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用具体化。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_material

enable_mergejoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用合并联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_mergejoin

enable_nestloop

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用嵌套循环联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_nestloop

enable_parallel_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_append

enable_parallel_hash(启用并行哈希)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行哈希计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_hash

enable_partition_pruning

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用计划时和运行时分区修剪。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用分区裁剪

启用分区聚合 (enable_partitionwise_aggregate)

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用或禁用查询规划器对分区分组或聚合的使用,该功能允许对分区表的每个分区分别进行分组或聚合。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_aggregate

启用分区连接 (enable_partitionwise_join)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许或禁止查询规划器使用分区联接,这允许通过联接匹配分区来执行分区表之间的联接。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_join(启用分区连接)

enable_seqscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用顺序扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_seqscan

enable_sort

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用显式排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用排序

enable_tidscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用 TID 扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_tidscan

enable_bitmapscan (启用位图扫描)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用位图扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_bitmapscan

enable_gathermerge

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用收集合并计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_gathermerge

enable_hashagg

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希聚合计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashagg

enable_hashjoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashjoin

enable_indexonlyscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用仅限索引的扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_indexonlyscan

启用索引扫描 (enable_indexscan)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用索引扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用索引扫描

enable_material

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用具体化。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_material

enable_mergejoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用合并联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_mergejoin

enable_nestloop

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用嵌套循环联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_nestloop

enable_parallel_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_append

enable_parallel_hash(启用并行哈希)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行哈希计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_hash

enable_partition_pruning

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用计划时和运行时分区修剪。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用分区裁剪

启用分区聚合 (enable_partitionwise_aggregate)

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用或禁用查询规划器对分区分组或聚合的使用,该功能允许对分区表的每个分区分别进行分组或聚合。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_aggregate

启用分区连接 (enable_partitionwise_join)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许或禁止查询规划器使用分区联接,这允许通过联接匹配分区来执行分区表之间的联接。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_join(启用分区连接)

enable_seqscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用顺序扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_seqscan

enable_sort

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用显式排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用排序

enable_tidscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用 TID 扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_tidscan

enable_bitmapscan (启用位图扫描)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用位图扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_bitmapscan

enable_gathermerge

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用收集合并计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_gathermerge

enable_hashagg

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希聚合计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashagg

enable_hashjoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用哈希联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_hashjoin

enable_indexonlyscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用仅限索引的扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_indexonlyscan

启用索引扫描 (enable_indexscan)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用索引扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用索引扫描

enable_material

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用具体化。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_material

enable_mergejoin

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用合并联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_mergejoin

enable_nestloop

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用嵌套循环联接计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_nestloop

enable_parallel_append

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行追加计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_append

enable_parallel_hash(启用并行哈希)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用并行哈希计划。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation enable_parallel_hash

enable_partition_pruning

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用计划时和运行时分区修剪。
数据类型 布尔
默认值 on
允许的值 on
参数类型 只读的
Documentation 启用分区裁剪

启用分区聚合 (enable_partitionwise_aggregate)

Attribute 价值
类别 查询优化/规划器方法配置
Description 启用或禁用查询规划器对分区分组或聚合的使用,该功能允许对分区表的每个分区分别进行分组或聚合。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_aggregate

启用分区连接 (enable_partitionwise_join)

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许或禁止查询规划器使用分区联接,这允许通过联接匹配分区来执行分区表之间的联接。
数据类型 布尔
默认值 off
允许的值 on,off
参数类型 dynamic
Documentation enable_partitionwise_join(启用分区连接)

enable_seqscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用顺序扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation enable_seqscan

enable_sort

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用显式排序步骤。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用排序

enable_tidscan

Attribute 价值
类别 查询优化/规划器方法配置
Description 允许规划器使用 TID 扫描计划。
数据类型 布尔
默认值 on
允许的值 on,off
参数类型 dynamic
Documentation 启用_tidscan