Re: Database Size Limiting

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Database Size Limiting
Дата
Msg-id 40B62F63.6070808@commandprompt.com
обсуждение исходный текст
Ответ на Database Size Limiting  ("Campano, Troy" <Troy.Campano@LibertyMutual.com>)
Ответы Re: Database Size Limiting  (Richard Huxton <dev@archonet.com>)
Re: Database Size Limiting  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Hello,

You could use Filsystem quotas but I strongly suggest against it as it
will probably bring about database corruption.

A better solution would be to monitor the space being allocated so you
can add storage as required.

Sincerely,

Joshua D. Drake


Campano, Troy wrote:
> -->
>
> Is there a way to limit the size that an individual database can take up?
>
> My understanding is that all your databases go into a file system which
> is your ‘catalog cluster’.
>
> But all the databases can grow until that filesystem is full.
>
> Is there a way to limit how big a database can be? Can you allocated
> space when the database is set up so you can say db1 can only be 100 MB?
>
>
>
> Thank you!
>
> *Troy Campano*
>


--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Вложения

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Database Size Limiting
Следующее
От: "Campano, Troy"
Дата:
Сообщение: Re: Database Size Limiting