Re: Query Regarding Round-Robin Distribution Feature

From: David Fetter <david(at)fetter(dot)org>
To: pgsql-rrreviewers(at)postgresql(dot)org
Subject: Re: Query Regarding Round-Robin Distribution Feature
Date: 2013-07-29 16:04:13
Message-ID: 20130729160413.GA8508@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-rrreviewers

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(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)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

In response to

Browse pgsql-rrreviewers by date

  From Date Subject
Next Message Peter Eisentraut 2013-09-15 04:35:21 Re: [PATCH] Revive line type
Previous Message RUSHI KAW 2013-07-29 15:25:39 Query Regarding Round-Robin Distribution Feature