Re: horizontal sharding

Поиск
Список
Период
Сортировка
От Jim Mlodgenski
Тема Re: horizontal sharding
Дата
Msg-id dd92004a0906151028ke9ceb1fv50ab920095fab5bb@mail.gmail.com
обсуждение исходный текст
Ответ на horizontal sharding  (mobiledreamers@gmail.com)
Ответы Re: horizontal sharding  (John R Pierce <pierce@hogranch.com>)
Re: horizontal sharding  (mobiledreamers@gmail.com)
Список pgsql-general
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)

В списке pgsql-general по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Trigger Function and backup
Следующее
От: John R Pierce
Дата:
Сообщение: Re: horizontal sharding