View Single Post

   
  #77 (permalink)  
Old 04-09-2008, 06:42 PM
Alexander Staubo
 
Posts: n/a
Default Re: multimaster

On 6/4/07, Tino Wildenhain <tino@wildenhain.de> wrote:
> Did you have a look at BizgresMPP?
>
> Especially for your shared-nothing approach it seems to be a better
> solution then just replicating everything.


I had completely forgotten about that one. Bizgres.org seems down at
the moment, but looking at their whitepaper, the architecture looks
similar to that of pgpool-II; from what I can see, you connect through
a proxy that transparently partitions data across multiple PostgreSQL
database instances, and then queries them in parallel and merges the
query results. Looks promising.

Alexander.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote