Re: Gap in sequence after fail-over

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Simon Luijk <simonluijk(at)gmail(dot)com>
Cc: Postgres Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Gap in sequence after fail-over
Date: 2011-04-12 08:59:04
Message-ID: BANLkTimG4iKHdZ=AZYu=7-V-bTq6BLPEOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Apr 12, 2011 at 9:28 AM, Simon Luijk <simonluijk(at)gmail(dot)com> wrote:
> I have two test systems with Postgresql in Hot-standby configuration. The
> intention
> is to fail-over to the slave every so often. When ever we switch servers
> (fail-over)
> and start inserting data, the primary ids have a gap of ~30. From the
> following
> thread form 2001 it seems this maybe expected?
>
> http://archives.postgresql.org/pgsql-bugs/2001-12/msg00082.php
>
> With a Hot-standby set-up like this, that regularly switches, can I not rely
> on
> the sequence always incrementing by 1?

No, you can't.

Sequences cache their values for performance. Any crash or failover
will produce the same effect.

We might change that for switchovers but it would take some effort and
would still be the same if it crashes.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Fábio Gibon - Comex System 2011-04-12 12:07:29 Shared_buffer limited by SO
Previous Message Simon Luijk 2011-04-12 08:28:05 Gap in sequence after fail-over