? ? ? ? ?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/