Re: Re: [COMMITTERS] Can not create more than 32766 databases in ufs file system.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [COMMITTERS] Can not create more than 32766 databases in ufs file system.
Дата
Msg-id 12155.1252786509@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] Can not create more than 32766 databases in ufs file system.  (Mark Mielke <mark@mark.mielke.cc>)
Список pgsql-hackers
Mark Mielke <mark@mark.mielke.cc> writes:
> My God - I thought 32k databases in the same directory was insane. 
> 220M+???????

Considering that the system catalogs alone occupy about 5MB per
database, that would require an impressive amount of storage...

In practice I think users would be complaining about our choice
to instantiate the catalogs per-database a lot sooner than they'd
hit the subdirectory-count limit.

BTW, there is another avenue that the OP could look into if he
really wants this many databases on a UFS filesystem: split them up
into multiple tablespaces.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: [COMMITTERS] Can not create more than 32766 databases in ufs file system.
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Re: [COMMITTERS] Can not create more than 32766 databases in ufs file system.