阅读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兼容配置)