Re: Database Size Limiting

From: "Campano, Troy" <Troy(dot)Campano(at)libertymutual(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Postgres general mailing list" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Database Size Limiting
Date: 2004-05-27 18:17:29
Message-ID: 82C3FD729CFA504CA44E7D32BDED411F0A2EF0A2@lm-exmsg-07.lm.lmig.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My understanding is databases reside within 'database clusters' in
postgresql. Is this right? Can I run multiple database clusters within
one postgresql/postmaster server? Then could I use filesystem quotas for
each cluster?

Thank you!

-----Original Message-----
From: Joshua D. Drake [mailto:jd(at)commandprompt(dot)com]
Sent: Thursday, May 27, 2004 2:12 PM
To: Campano, Troy
Cc: Postgres general mailing list
Subject: Re: [GENERAL] Database Size Limiting

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(at)commandprompt(dot)com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-05-27 19:17:54 Re: Database Size Limiting
Previous Message Joshua D. Drake 2004-05-27 18:11:47 Re: Database Size Limiting