postgresql 9.6 主要升级内容

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.
  • 并行连续扫描,连接和聚合
  • 全文搜索支持短语
  • 减少autovacuum对大表的冲击避免冻结旧数据。
  • 通过多个同步的备用服务器和“remote_apply”同步提交技术支持数据一致的,读操作可伸缩的集群

Major enhancements in PostgreSQL 9.6 include:

Parallel execution of sequential scans, joins and aggregates

Avoid scanning pages unnecessarily during vacuum freeze operations

Synchronous replication now allows multiple standby servers for increased reliability

Full-text search can now search for phrases (multiple adjacent words)

postgres_fdw now supports remote joins, sorts, UPDATEs, and DELETEs

Substantial performance improvements, especially in the area of scalability on multi-CPU-socket servers

安装 postgresql 9.6(centos 7)

  • 安装 postgresql 官方库
yum install https://yum.postgresql.org/9.6/redhat/rhel-7.3-x86_64/pgdg-redhat96-9.6-3.noarch.rpm
  • 安装 数据库
yum install postgresql96-server
  • 安装 扩展包
 yum install postgresql96-contrib
  • 进行数据库初始化
postgresql96-setup initdb

启动 postgresql

systemctl enable postgresql-9.6.service
systemctl start postgresql-9.6.service 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值