Re: horizontal sharding

From: mobiledreamers(at)gmail(dot)com
To: Jim Mlodgenski <jimmy76(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: horizontal sharding
Date: 2009-06-25 06:01:30
Message-ID: c1870d60906242301j7d3a7dc8lc766f4a70fdf62f0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jim thanks

Can you please show how to setup partitining in gridsql and pgpool 2

thanks a lot

On Mon, Jun 15, 2009 at 10:28 AM, Jim Mlodgenski <jimmy76(at)gmail(dot)com> wrote:

> what is a good way to horizontal shard in postgresql
>
>> 1. pgpool 2
>> 2. gridsql
>>
>> which is a better way to use sharding
>>
>
> Both are good methods of sharding, but it depends on your goals. GridSQL is
> better in reporting applications where as PG Pool2 is better in
> transactional situations.
>
>
>>
>> also is it possible to paritition without changing client code
>
> Yes, but it depends on the SQL in your client code. If you are just using
> simple SQL with no stored functions, you should be able to slip in either
> solution without changing the client code.
>
> --
> Jim Mlodgenski
> EnterpriseDB (http://www.enterprisedb.com)
>
>

--
Bidegg worlds best auction site
http://bidegg.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message mobiledreamers 2009-06-25 06:03:07 Re: horizontal sharding
Previous Message J. Greg Davidson 2009-06-25 03:13:14 Re: How can I interpolate psql variables in function bodies?