serial columns with replication/cluster

From: Sean Hsien <sean(dot)hsien(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: serial columns with replication/cluster
Date: 2010-02-04 01:21:46
Message-ID: 6679f1291002031721o76dbcbe9u854f2f7e1d095de6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,

At work we're considering using postgres in a cluster. But I am
wondering what implications does multi-master write replication have
on auto-incrementing serial columns?
E.g. Do we need to fiddle with the increment amount depending on the
number of nodes we have?

--
Thanks and regards,
Sean

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yan Cheng Cheok 2010-02-04 01:27:33 varchar(n) and text
Previous Message Yan Cheng Cheok 2010-02-04 01:20:51 Shall I apply normalization in the following case?