Re: is PG able to handle a >500 GB Database?

Поиск
Список
Период
Сортировка
От Florent Guillaume
Тема Re: is PG able to handle a >500 GB Database?
Дата
Msg-id 20010122215604.A18878@twin.efge.org
обсуждение исходный текст
Ответ на Re: is PG able to handle a >500 GB Database?  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Ответы Re: is PG able to handle a >500 GB Database?
Список pgsql-general
> > select recordid from t1 where oid = $lastoid;
> > Because the last select could return several lines.
>
> Shouldn't! oids are unique over the whole database server (I'm right on
> this?) So you should have only one or non.

Well, no, that's the point of this whole discussion. If you give it
enough time, oids can wrap around, which apparently doesn't affect the
functionning of the database but application that depend on unique oids
could get hosed.

Yes, the documentation is wrong.


Florent

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

Предыдущее
От: Peter Mount
Дата:
Сообщение: Re: postgres memory management
Следующее
От: shawn everett
Дата:
Сообщение: Views