Обсуждение: Query Regarding Round-Robin Distribution Feature

Поиск
Список
Период
Сортировка

Query Regarding Round-Robin Distribution Feature

От
RUSHI KAW
Дата:
Hello,

Good Morning!

I have been using postgresxc-1.1 beta version and had a small query about the round robin feature for distribution. 
The way I am distributing the data using round robin is:
create table tablename (bid int,  persons int, intervened int) DISTRIBUTE BY ROUND ROBIN.

But postgresxc doesn't seem to accept this distribution method. All other methods like replication and hash seems to work fine. 

Could you please let me know what is it that I am doing wrong.

Thanks,
Regards,
Rushi Kaw

--
Master's Candidate
Department of Computer Science
Virginia Tech



--
Master's Candidate
Department of Computer Science
Virginia Tech


Re: Query Regarding Round-Robin Distribution Feature

От
David Fetter
Дата:
On Mon, Jul 29, 2013 at 11:25:39PM +0800, RUSHI KAW wrote:
> Hello,
>
> Good Morning!
>
> I have been using postgresxc-1.1 beta version and had a small query
> about the round robin feature for distribution.  The way I am
> distributing the data using round robin is: create table tablename
> (bid int,  persons int, intervened int) DISTRIBUTE BY ROUND ROBIN.
>
> But postgresxc doesn't seem to accept this distribution method. All
> other methods like replication and hash seems to work fine. 
>
> Could you please let me know what is it that I am doing wrong.

The "round-robin" of this list refers to an informal distribution of
patch reviews by people reviewing changes to the core PostgreSQL code,
currently targeting 9.4, which should ship around September 2014.

You can find the list you're looking for here:

http://postgresxc.wikia.com/wiki/Postgres-XC_Wiki

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate