Re: Using oids - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Using oids
Date
Msg-id 20030903162652.GA23186@wolff.to
Whole thread Raw
In response to Re: Using oids  (Dennis Gearon <gearond@fireserve.net>)
List pgsql-general
On Wed, Sep 03, 2003 at 08:46:42 -0700,
  Dennis Gearon <gearond@fireserve.net> wrote:
> Why is that, anyway, and why should it be?

Because it reduces contention by giving each backend its own pool
of sequence values. But until you call nextval a backend won't
have any values reserved.

pgsql-general by date:

Previous
From: Bo Lorentsen
Date:
Subject: Re: Using oids
Next
From: Adam Kavan
Date:
Subject: Re: pg_autovacuum