Обсуждение: Postgres-XC 0.9.3 is now available

Поиск
Список
Период
Сортировка

Postgres-XC 0.9.3 is now available

От
Koichi Suzuki
Дата:
Postgres-XC development team is pleased to announce that Postgres-XC
Version 0.9.3 is now available.

Major additional features include:

Transparent DDL.   Now DDL is automatically propagated to all the
coordinators and data nodes.
General SQL support:  Statements may include cross node joins.
Extended protocol support for libpq:  This is needed to use
Postgres-XC from Java.
Cursor support: This is also needed by Java and other languages.
Global Timestamp:  Timestamps are now supplied by GTM.

This version includes many bug fixes and is much more stable than
previous ones.   We've tested DBT-1 benchmark for one week with 90% of
full load.   The test ran stably without any error in DBT-1.

You can download the release from Postgres-XC project page:
https://sourceforge.net/projects/postgres-xc/
General information is available in Project page:
http://postgres-xc.sourceforge.net/
----------
Postgres-XC Development Team
Koichi Suzuki