Re: unique row identifier data type exhausted . . .

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: unique row identifier data type exhausted . . .
Дата
Msg-id 200004231122.HAA23238@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: unique row identifier data type exhausted . . .  ("Andrew Snow" <als@fl.net.au>)
Ответы RE: unique row identifier data type exhausted . . .  ("Andrew Snow" <als@fl.net.au>)
Список pgsql-general
>
> > It feels like there should be some *really* obvious answer to this
> > question, and I'll find myself whacking my forehead in self-abasement
> > and out of sheer relief to have found the answer to a problem that
> > should not have bothered me in the first place since the answer is too
> > self-evident . . . however, it is bothering me: what happens if the data
> > type that you've chosen to uniquely identify a row is exhausted? If, for
> > instance you use int4 and you've had your couple billion deletes and
> > inserts on the table and the next nextval('seq') . . . well, what
> > exactly happens and how do they do it? Admittedly, 10^9 is a big number
> > but it is far from out of the question that you'd reach it on a really
> > busy database (can't think of a real-world example but that ought to be
> > a moot point), not to mention oids since they are unique across an
> > entire database.
>
> I am curious to know how difficult it would be (if at all) to change the
> type that oid represents, to a 64 bit number. C'mon guys, this isn't the 90s
> any more!

When we are sure all platforms support 64-bit int's, we will move in
that direction.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-general по дате отправления:

Предыдущее
От: Jurgen Defurne
Дата:
Сообщение: Re: unique row identifier data type exhausted . . .
Следующее
От: Juhan Ernits
Дата:
Сообщение: recreate system indexes in 6.5?