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

Поиск
Список
Период
Сортировка
От Florent Guillaume
Тема Re: Re: is PG able to handle a >500 GB Database?
Дата
Msg-id 20010122235121.A20293@twin.efge.org
обсуждение исходный текст
Ответ на Re: Re: is PG able to handle a >500 GB Database?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> > If, however, like someone else on this list, you have an application
> > that does 200 requests per second, and that each request generates two
> > updates, that's 1440000 oids consumed per hour, 34560000 per day,
> > 12614400000 per year, oops that's more than 2^32, oids have wrapped
> > around nearly three times in the year...
>
> Updates do not consume OIDs ... only insertions of *new* rows consume
> OIDs ... that may or may not matter here ...

Yes, I meant insert there, sorry for being confusing.

Florent

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: is PG able to handle a >500 GB Database?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: is PG able to handle a >500 GB Database?