From: Pavan Deolasee Date: Thu, 18 Feb 2016 14:22:33 +0000 (+0530) Subject: Update release notes X-Git-Tag: XL9_5_R1BETA1~1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5dc2800947cb70a6f9c23eb0c92c0dfa18a69718;p=postgres-xl.git Update release notes --- diff --git a/doc/src/sgml/release-xl-9.5.sgml b/doc/src/sgml/release-xl-9.5.sgml index da7d75e3cd..b9a8cc70d6 100644 --- a/doc/src/sgml/release-xl-9.5.sgml +++ b/doc/src/sgml/release-xl-9.5.sgml @@ -719,4 +719,128 @@ or removed from distribution or when distribution key is changed. + + Known Limitation + + While Postgres-XL strives hard to stay compatible +with PostgreSQL so that applications running on +PostgreSQL can be easily ported to +Postgres-XL, there are certain known limitations of +the product. Many of these can be addressed as and when sufficient development +funding and resources become available. + + + + Hot Standby is not supported + + + + + Distributed deadlock detection is not supported yet. Deadlock detection exists + on each node, just not across nodes. + + + + + Materialised views are currently maintained only on the coordinator. + + + + + EXCLUSION CONSTRAINTS are enforced when both rows map to the same datanode. + + + + + User defined functions have several limitations. + + + + + There are restrictions on complex UPDATE/DELETE queries and updating +distribution column values. + + + + + TRIGGERs are not supported. + + + + + EVENT TRIGGERs are not supported. + + + + + SERIALIZABLE TRANSACTIONs are not supported. + + + + + CREATE INDEX CONCURRENTLY is not supported. + + + + + SAVEPOINTs are not supported. + + + + + Large objects are not supported. + + + + + Recursive queries work only in certain conditions. + + + + + GROUPING SETS, ROLLUP or CUBE are not yet supported. + + + + + Foreign Data Wrappers are not supported. + + + + + INSENSITIVE/SCROLL/WITH HOLD cursors are not supported. + + + + + LISTEN/NOTIFY is not supported. + + + + + + + Contributing to Postgres-XL + + Contributions to Postgres-XL are welcome. The +code will be accepted under the same open source license that governs this +released version of Postgres-XL. The authors of the +patches will be credited appropriately in the release notes of the future +releases. + + + + Credits + + Postgres-XL has been evolving over many years, +originating with the GridSQL +project and Postgres-XC, later combined as TransLattice Storm (StormDB). +TransLattice open sourced the project, resulting in Postgres-XL 9.2. More +recently, the EU-funded Big Data project AXLE funded the main work to bring the +code up to date as Postgres-XL 9.5, allowing +Postgres-XL to take advantage of the +rapidly increasing BI features plugged into the core of +PostgreSQL. + +