PostgreSQL 10 新特性
1、支持分区表
内置分区表支持范围、列表分区,无需通过继承、约束、触发器实现,减少了分区表的创建、维护工作量
2、逻辑复制
内置逻辑流复制功能,无需第三方插件,性能更高
3、并行查询
并行索引扫描(index scan)
并行索引全扫描(index-only scan)
并行位图扫描(bitmap heap scan/bitmap index scan)
并行hash join
并行merge join
本文来自博客园,作者:踏雪无痕2017,转载请注明原文链接:https://www.cnblogs.com/oradba/p/14816426.html

浙公网安备 33010602011771号