1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 PostgreSQL 9.6 beta 2 发布,数据库服务器 下载

Discussion in '软件资讯' started by 漂亮的石头, 2016-07-13.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,974
    Likes Received:
    47
    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

    [​IMG]
    PostgreSQL 9.6 beta 2 发布,数据库服务器下载地址
     
Loading...