Re: Maximum Number of Tables in a database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Maximum Number of Tables in a database
Дата
Msg-id 18728.1027611113@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Maximum Number of Tables in a database  ("Brubaker, Shane" <Shane_Brubaker@affymetrix.com>)
Ответы PL/pgSQL  (Heni Lolov <hal_bg@yahoo.com>)
Список pgsql-admin
"Brubaker, Shane" <Shane_Brubaker@affymetrix.com> writes:
> So I'm assuming there is no practical limit on the number of tables in a
> given database.

The practical limit depends on how well your kernel copes with
directories containing large numbers of files (since PG stores each
table as a file within the directory for the database).  Many Unixen
start to get pretty slow with more than a few thousand files in a
directory, because they do directory lookups by linear search.

            regards, tom lane

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

Предыдущее
От: "Christian Lübeck"
Дата:
Сообщение: Backup of Transaction Logs?
Следующее
От: Chris Ruprecht
Дата:
Сообщение: OS File Size > 1GB