Re: horizontal sharding - Mailing list pgsql-general

From Jim Mlodgenski
Subject Re: horizontal sharding
Date
Msg-id dd92004a0906151044h5dea9f1agbeed017d000ec7@mail.gmail.com
Whole thread Raw
In response to Re: horizontal sharding  (John R Pierce <pierce@hogranch.com>)
List 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)

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: horizontal sharding
Next
From: Alvaro Herrera
Date:
Subject: Re: 10 TB database