Query Regarding Round-Robin Distribution Feature

From: RUSHI KAW <rushi_life(at)yahoo(dot)co(dot)in>
To: "pgsql-rrreviewers(at)postgresql(dot)org" <pgsql-rrreviewers(at)postgresql(dot)org>
Subject: Query Regarding Round-Robin Distribution Feature
Date: 2013-07-29 15:25:39
Message-ID: 1375111539.47432.YahooMailNeo@web193503.mail.sg3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-rrreviewers

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

Responses

Browse pgsql-rrreviewers by date

  From Date Subject
Next Message David Fetter 2013-07-29 16:04:13 Re: Query Regarding Round-Robin Distribution Feature
Previous Message Greg Smith 2013-07-23 01:36:00 Re: [PATCH] Revive line type