From: | Scott Mead <scott(dot)lists(at)enterprisedb(dot)com> |
---|---|
To: | V S P <toreason(at)fastmail(dot)fm> |
Cc: | postgres general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [Q] single image Table across multiple PG servers |
Date: | 2009-07-14 19:49:59 |
Message-ID: | d3ab2ec80907141249x53b68e6fp8d10a4dd956c5a6@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Jul 14, 2009 at 1:16 AM, V S P <toreason(at)fastmail(dot)fm> wrote:
> Hello
>
> I am researching how to store the data for easy 'user-driven'
> reporting (where I do not need to develop application for
> every user request).
>
> The data will typically be number ranges and text strings with
> unique Id for each row
>
> I hope there will be a lot of data :-).
>
> So in that anticipation I am looking for a way
> to allow
> SQL/ODBC access to the data
>
> but in a way that each table resides on more than one
> PG server
Take a look at open-source GridSQL:http://sourceforge.net/projects/gridsql/
It'll do what you want and provide parallel query across your nodes.
--Scott
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2009-07-14 19:53:12 | Re: [Q] single image Table across multiple PG servers |
Previous Message | Kevin Kempter | 2009-07-14 19:45:11 | Re: [Q] single image Table across multiple PG servers |