閱讀733 返回首頁    go 技術社區[雲棲]


PostgreSQL 俄羅斯發行版Postgrespro的特性

標簽

PostgreSQL , postgrespro , oleg


背景

Postgrespro是俄羅斯的一家數據庫公司,創始人OLEG是PostgreSQL社區的核心成員之一,一名在俄羅斯莫斯科國立大學,斯特恩伯格天文研究所做科學研究的天文學家。同時也擔任Postgres Professional公司的首席執行官。也是極少數登頂過珠峰的科學家。

pic

雲棲社區關於oleg的專訪

https://yq.aliyun.com/articles/60800

postgrespro企業版本加了很多新的功能,和大多數PostgreSQL圈子的公司一樣,postgrespro也是非常開放的一家公司,社區版本吸收這些功能的可能性非常大。

https://github.com/postgrespro/

另一家俄羅斯的公司ispras也放出過非常前沿的產品,Postgres-LLVM,目前JIT已經集成到PostgreSQL社區版本了。

感謝所有為PostgreSQL社區付出的人們。

Postgrespro vs PostgreSQL

Postgres Pro Enterprise is the most actual PostgreSQL version with some additional patches applied and extensions added. Mostly, these are patches already accepted by the PostgreSQL community and committed into PostgreSQL. Also there some patches and extensions developed by Postgres Professional. Users of Postgres Pro Enterprise thus have early access to some important features and fixes.

Currently the difference between Postgres Pro Enterprise and PostgreSQL is the following:

Postgres Pro Enterprise releases are following the PostgreSQL releases, though sometimes occur more frequently. The Postgres Pro Enterprise versioning scheme is based on the PostgreSQL one and has an additional decimal place.

參考

https://github.com/ispras

https://postgrespro.com/docs/postgresproee/9.6/intro-pgpro-vs-pg.html

最後更新:2017-09-18 00:04:23

  上一篇:go  Greenplum ao表和heap表垃圾回收的細微差別
  下一篇:go  PostgreSQL 連接串URI配置(libpq兼容配置)