limitaion of PostgreSQL

Поиск
Список
Период
Сортировка
От t-ishii@sra.co.jp
Тема limitaion of PostgreSQL
Дата
Msg-id 199807240256.LAA27913@srapc451.sra.co.jp
обсуждение исходный текст
Список pgsql-hackers
Could anybody tell me how many tables/colums are allowed?

1. maximum number of tables in a database

I guess only the limitiation is OID for each table. So it's up to 2^31
in theory?

2. maximum number of indexes in a database

ditto.

3. maximum number of tuples in a table

ditto.

4. maximum number of columns in a table

since max tuple size is ~8K, max number of columns would be:

8K/(least size data type (int2?)) = 4000

or any other limitaion?

5. maximum number of indexes in a table

at most 4 above. or any other limitation?
--
Tatsuo Ishii
t-ishii@sra.co.jp

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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Between -- update
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [HACKERS] cidr