Postgres-XL 9.5 R1 Beta2 Announced!

From: Umair Shahid <umair(dot)shahid(at)2ndquadrant(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Postgres-XL 9.5 R1 Beta2 Announced!
Date: 2016-03-29 14:49:18
Message-ID: CAH+GA0qkt6r0eVVsjCN9eiNR_Paa45XkvbX322CEC91a2Q2Tng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The Postgres-XL community is pleased to announce the 2nd Beta release of
Postgres-XL 9.5 R1.

Postgres-XL is a massively parallel database built on top of, and very
closely compatible with PostgreSQL 9.5 and its set of advanced features.
Postgres-XL is fully open source and many parts of it will feed back
directly or indirectly into later releases of PostgreSQL, as we begin to
move towards a fully parallel sharded version of core PostgreSQL.

Some of the major enhancements that went into the Beta2 release are:

* Improve handling of Append and MergeAppend plans. They are now pushed
down to the datanodes whenever possible.
* Add support for 3-stage aggregation for json_agg() aggregate, thus
improving performance for the aggregate handling.
* Add support for checking status of a coordinator or datanode slave
without requiring it to be started as a Hot Standby.
* Fix a bug in parameter handling, which was causing certain errors in
plpgsql procedure execution.
* Correctly include the string terminator in calculating GID size, without
which the GID will look corrupted and unusable after a crash recovery.
* Fix handling of binary data transfer for JDBC as well as libpq protocols.
* Add support for process level control for overriding log levels for elog
messages.

For a more detailed list, please look at the release notes here:
http://files.postgres-xl.org/documentation/release.html

Postgres-XL is available for download here:
http://www.postgres-xl.org/download/

You can go through XL’s comprehensive documentation here:
http://files.postgres-xl.org/documentation/index.html

2ndQuadrant has led the development of Postgres-XL 9.5, building upon the
work of many others over a long period of continuous development, with
easily more than 10 man years of development.

We encourage users to contribute their comments and usage reports to the
Postgres-XL community at postgres-xl-bugs(at)lists(dot)sourceforge(dot)net(dot)

--
Umair Shahid
http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Browse pgsql-announce by date

  From Date Subject
Next Message Chapman Flack 2016-03-29 17:13:28 PL/Java 1.5.0 announced; security note.
Previous Message David Fetter 2016-03-27 23:06:16 == PostgreSQL Weekly News - March 27 2016 ==