Re: making postgres DB stable, efficient and secure

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Jasbinder Singh Bali <jsbali(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: making postgres DB stable, efficient and secure
Date: 2007-03-22 22:30:37
Message-ID: 1174602637.23455.569.camel@dogma.v10.wvs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2007-03-22 at 16:59 -0400, Jasbinder Singh Bali wrote:
> Hi,
> I'm done with my database design and almost got it working (with all
> triggers and functions) pefectly.
> Now, i need to see how can I make my DB stable, efficient and secure.
>
> I wanted to know how should I go about it as far as postgres is
> concerned
> What are the best practices is this regard.
>
> Any kind of help would be higly appreciated.
>

(1) Run it on a stable OS
(2) Disable write cache on your disks, and make *sure* it's disabled

The rest of your question is quite open-ended.

Start with the default configuration, read the documentation, experiment
on a separate box you don't care about, and you're on the right track.

Regards,
Jeff Davis

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jaro 2007-03-23 00:01:20 Every user has own database - how?
Previous Message Kev 2007-03-22 22:00:15 database-wide triggers