PL/Proxy 2.1

From: Marko Kreen <markokr(at)gmail(dot)com>
To: plproxy-users(at)pgfoundry(dot)org
Subject: PL/Proxy 2.1
Date: 2010-04-23 15:35:51
Message-ID: l2ie51f66da1004230835nd721d701oef50a8bbbbeab5dc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2010-04-26 02:13:35 == PostgreSQL Weekly News - April 25 2010 ==
Previous Message Devrim GÜNDÜZ 2010-04-23 15:25:51 Live CD based on CentOS 5.4 and PG 8.4.3 released