Search Postgresql Archives

Re: sequence skips 30 values, how?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In response to Geoffrey <esoteric@xxxxxxxxxxxx>:
> We are trying to track down an issue with our PostgreSQL application. 
> We are running PostgreSQL 7.4.13 on Red Hat Enterprise ES 3.
> 
> We have a situation where the postgres backend process drops core and 
> dies.  We've tracked this to an unusual situation where a sequence value 
> that is being created during the process that is causing the core file 
> generation.  The thing that is bizarre is that the sequence value skips 
> 30+ entries.
> 
> How is this even possible?  Any suggestions would be greatly appreciated.

Don't know why your workers are dropping cores: backtraces and the like
would probably help sort that out.

However, when a transaction requests a new sequence, then aborts (for
whatever reason) that sequence isn't going to back up.  My understanding
is that the overhead to making sequences transaction aware and able to
avoid gaps is more than anyone has determined the benefit to be.

What is the problem with gaps?  If you're afraid of running out of numbers,
switch to BIGSERIAL.

-- 
Bill Moran
Collaborative Fusion Inc.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux