发布于 2016-07-13 00:51:29 | 162 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的PostgreSQL数据库教程,程序狗速度看过来!

PostgreSQL关系型数据库管理系统

PostgreSQL是以加州大学伯克利分校计算机系开发的 POSTGRES,现在已经更名为PostgreSQL,版本 4.2为基础的对象关系型数据库管理系统(ORDBMS)。


PostgreSQL 9.6 发布了,与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



历史版本 :
PostgreSQL 六版齐发,修复 3 个安全漏洞
PostgreSQL 10 正式版发布,显著的性能提升!
PostgreSQL 10 首个候选版本 RC1 发布,修复部分 bug
PostgreSQL 10 Beta 4 发布,以及全系列更新
PostgreSQL 10 Beta 4 发布,多版本更新
PostgreSQL 10 Beta 3 发布,数据库管理系统
PostgreSQL 10 Beta 3 发布,以及对所有支持版本的更新
PostgreSQL 10 Beta 2 发布,Bug 修复
PostgreSQL 10 首个测试版发布,新增特性一览
PostgreSQL 9.6.3, 9.5.7, 9.4.12, 9.3.17 和 9.2.21 发布
PostgreSQL 10 新增特性
PostgreSQL 五版齐发,修复了超过 75个 bug
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务