New major release of PL/Proxy is out.

New features
------------

* SPLIT statement.  This allows to spread either batch updates
or big queries across several partitions.  The execution happens
in parallel as usual.

* Support for SQL/MED clusters.  This avoids the need to create the
callback functions under 'plproxy' schema, instead the cluster
can be defined using SQL/MED facilities.  This should simplify
cluster creation and also decrease per-query overhead.

More details:
  http://pgfoundry.org/frs/shownotes.php?release_id=1635

Downloads:
  http://pgfoundry.org/projects/plproxy/


About PL/Proxy
--------------

PL/Proxy is database partitioning system implemented as PL language.

Homepage: http://wiki.postgresql.org/wiki/PL/Proxy
SCM:      http://git.postgresql.org/gitweb?p=plproxy.git;a=summary
List:     http://lists.pgfoundry.org/mailman/listinfo/plproxy-users

---------------------------(end of broadcast)---------------------------
-To unsubscribe from this list, send an email to:

               pgsql-announce-unsubscr...@postgresql.org

Reply via email to