天天看點

PostgreSQL 10 新特性

1、支援分區表

内置分區表支援範圍、清單分區,無需通過繼承、限制、觸發器實作,減少了分區表的建立、維護工作量

2、邏輯複制

内置邏輯流複制功能,無需第三方插件,性能更高

3、并行查詢

并行索引掃描(index scan)

并行索引全掃描(index-only scan)

并行位圖掃描(bitmap heap scan/bitmap index scan)

并行hash join

并行merge join