Postgres-XL 10R1 release版本发布

简介: Postgres-XL 10R1 release版本发布

2018年10月25日2ndQuadrant发布了Postgres-XL 10R1版本。Postgres-XL是一个大规模并行数据库,它基于PG社区版本开发,并和PG高度兼容,支持Business Intelligence负载和读写大事务负载。

       PG-XL完全开源。随着我们开始向PG核心版本完全并行发展时,PG新版本的一些新特性也加入到了PG-XL中。该release版本主要特性包括Postgresql中的主要特性,例如并行查询(PG9.6)和声明性分区(PG10)。另外,PG-XL10R1也随着最近几年PG的新版本发布在性能上有了重大提升。主要包括以下方面。

PG10

       声明表分区(Declarative table partitioning)

       查询并行性方面改进(Improved query parallelism)

       性能重大提升(Significant general performance improvements)

       改进监控和控制(Improved monitoring and control)

PG9.6

       并行执行顺序扫描、连接和汇聚操作(Parallel execution of sequential scans, joins, and aggregates)

       在VACCUM操作时,避免不必要的页扫描(Avoid scanning pages unnecessarily during vacuum freeze operations)

       显著的性能提升,特别是在多CPU插槽服务器的可扩展方面(Substantial performance improvements, especially in the area of scalability on multi-CPU-socket servers)

       全文搜索可以搜索短语,即多个相邻的单词(Full-text search can now search for phrases (multiple adjacent words))

除此之外,改进方面包括:修复几个bug,PG-XL特有的增强功能。针对PG代码的推进,重写了分布式planner代码。

完整release参考网址:https://www.postgres-xl.org/documentation/release-xl-10r1.html


原文


https://www.postgres-xl.org/2018/10/announcing-the-release-of-postgres-xl-10r1/

目录
相关文章
|
关系型数据库 MySQL 数据库
|
8月前
|
Oracle 关系型数据库 应用服务中间件
Supplemental Readme - Grid Infrastructure Release Update 12.2.0.1.x / 18c /19c (Doc ID 2246888.1)
Supplemental Readme - Grid Infrastructure Release Update 12.2.0.1.x / 18c /19c (Doc ID 2246888.1)
78 7
hg更新下载指定版本
hg更新下载指定版本
90 0
|
编译器 C++ Windows
VS2010编译生成lib库Release版本比Debug版本大的原因
最近在visual studio2010和2019生成Windows的lib库的时候发现Release版本的lib比Debug版本要大
214 0
VS2010编译生成lib库Release版本比Debug版本大的原因
|
SQL AliSQL MySQL
AliSQL情人节版本Release:开源Sequence Engine
AliSQL开源Sequence Engine; 单调递增的唯一值,是在持久化数据库系统中常见的需求,无论是单节点中的业务主键,还是分布式系统中的全局唯一值,亦或是多系统中的幂等控制。
4983 0
|
网络协议 网络安全 C语言
NETMF Versions 4.1 Release 发布
NETMF Versions 4.1 Release 发布
682 0
debug版本和release版本
运行代码 #include using namespace std; static void prindAddress(int a, int b, int c){ cout
1249 0
|
监控 关系型数据库 MySQL
pt-tools系列:xtrabackup最佳实践
安装xtrabackup 下载2.4版本即可 运行报错 /data/Keithlan/pt_backup/bin/innobackupex: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.
2619 0
percona-toolkit之工具pt-table-checksum使用介绍
pt-table-checksum:主要用来检查主从数据是否一致
1642 0