发布于 2016-05-13 04:33:01 | 176 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的PostgreSQL数据库教程,程序狗速度看过来!
PostgreSQL关系型数据库管理系统
PostgreSQL是以加州大学伯克利分校计算机系开发的 POSTGRES,现在已经更名为PostgreSQL,版本 4.2为基础的对象关系型数据库管理系统(ORDBMS)。
PostgreSQL 9.6 Beta 1, 9.5.3, 9.4.8, 9.3.13, 9.2.17 and 9.1.22 发布了。
PostgreSQL 9.6 Beta 1 值得关注的一些内容:
Parallel sequential scans, joins and aggregates
Support for consistent, read-scaling clusters through multiple synchronous standbys and "remote_apply" synchronous commit.
Full text search for phrases
postgres_fdw can now execute sorts, joins, UPDATEs and DELETEs on the remote server
Decreased autovacuum impact on big tables by avoiding "refreezing" old data.
PostgreSQL 9.5 发布说明。
更多详细信息,可以点击这里查看。
下载地址:http://www.postgresql.org/download/