Max number of rows in a table

Поиск
Список
Период
Сортировка
От ow
Тема Max number of rows in a table
Дата
Msg-id 20031201153326.20846.qmail@web21403.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Max number of rows in a table  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Max number of rows in a table  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-hackers
> --- Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Actually you can only have 4 billion SQL commands per xid, because the
> CommandId datatype is also just 32 bits.  I've never heard of anyone
> running into that limit, though.
> 

Wouldn't the above put a limit on a number of records one could have in table?
One have to use pg_dump/pg_restore to be able to upgrade between pgSql releases
and/or to backup data. If one cannot backup data and/or upgrade between pg
releases, then 4B records is the effective limit on the number of records in
pgSql ... or am I missing something?

Thanks






__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Foreign key data type mismatches
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: initdb should create a warning message [was Re: [ADMIN]