Re: horizontal sharding

From: Jim Mlodgenski <jimmy76(at)gmail(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: horizontal sharding
Date: 2009-06-15 17:44:31
Message-ID: dd92004a0906151044h5dea9f1agbeed017d000ec7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

what about queries that need to do joins or aggregate reporting across the
partitions?!? I can't see how that could be done transparently short of
something like Oracle RAC.
GridSQL actually does a nice job of breaking up the query and optimizing it
appropriately to handle cross node joins. There are agents running on each
of the nodes that handles the inter-node communication allowing it to be
transparent to the calling application.

--
Jim Mlodgenski
EnterpriseDB (http://www.enterprisedb.com)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-06-15 17:55:24 Re: 10 TB database
Previous Message John R Pierce 2009-06-15 17:36:30 Re: horizontal sharding