Re: Row Limit on tables

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: Row Limit on tables
Дата
Msg-id Pine.LNX.4.44.0205311911520.15535-100000@oper.metu.edu.tr
обсуждение исходный текст
Ответ на Row Limit on tables  ("shey sewani" <pakix2000@hotmail.com>)
Ответы Re: Row Limit on tables  (Doug Fields <dfields-pg-general@pexicom.com>)
Список pgsql-general
Hi,

On Fri, 31 May 2002, shey sewani wrote:

>
>
> Is there a limit on the number of rows you can have in a table?
> Couple experts have predicted that 20Million or 200Million was the limit. I
> would like to hear your expereinces.
>
> My machine is a Redhat 7.1 x86 Box running Postgres7.1.2

I cannot remember the definition exactly; but as far as I remember, it was
with count() function; which returns 32-bit integer, and for tables having
more than 2 billion rows, count() has really no "meaning".

That's why numbger of rows in a table is only limited to your available
physical disk space or swap.

Best regards.
--

Devrim GUNDUZ

devrim@oper.metu.edu.tr
devrim.gunduz@linux.org.tr

Web : http://devrim.oper.metu.edu.tr
-------------------------------------



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

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: Non-linear Performance
Следующее
От: Nathan Everett Johnson
Дата:
Сообщение: How to Migrate from 7.1 to 7.2?