设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客

PostgreSQL 9.6 beta 2发布,数据库服务器

2016-7-13 22:34| 发布者: joejoe0332| 查看: 981| 评论: 0|原作者: oschina|来自: oschina

摘要: PostgreSQL 9.6 beta 2发布了,与9.5版本相比,新版本在配置文件中引入了新的参数 :max_parallel_workers_per_gather: the number of workers that can assist a sequential scan of a table;min_parallel_relation ...

PostgreSQL 9.6 beta 2 发布了,与9.5版本相比,新版本在配置文件中引入了新的参数 :

  • max_parallel_workers_per_gather: the number of workers that can assist a sequential scan of a table;

  • min_parallel_relation_size: the minimum size that a relation must have for the planner to consider the use of additional workers;

  • parallel_setup_cost: the planner parameter that estimates the cost of instantiate a worker;

  • parallel_tuple_cost: the planner parameter that estimates the cost of transferring a tuple from one worker to another;

  • force_parallel_mode: parameter useful for testing, strong parallelism and also a query in which the planner would operate in other ways.

详情:PostgreSQL 9.6: Parallel Sequential Scan

Parallel-Sequential-Scan


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部