Re: Is it possible to start two instances of postgresql? - Mailing list pgsql-performance

From Bill Moran
Subject Re: Is it possible to start two instances of postgresql?
Date
Msg-id 20060615135333.1997750e.wmoran@collaborativefusion.com
Whole thread Raw
In response to Re: Is it possible to start two instances of postgresql?  (Dan Harris <fbsd@drivefaster.net>)
List pgsql-performance
In response to Dan Harris <fbsd@drivefaster.net>:
>
> > kah_hang_ang@toray.com.my wrote:
> >
> >> both of the two database are live but use for two different web app.
> >> my company don't want to spend more to buy a new server, so then I think of
> >> to implement both under the same server and one instance..
>
> Just as an anecdote, I am running 30 databases on a single instance and
> it's working quite well.   There may be reasons to run multiple
> instances but it seems like tuning them to cooperate for memory would
> pose some problems - e.g. effective_cache_size.

The only reason I can see for doing this is when you need to run two
different versions of PostgreSQL.  Which is what I've been forced to
do on one of our servers.

It works, but it's a pain to admin.  If you can just put all the databases
in one db cluster (is that terminology still correct?) it'll be much
easier.

--
Bill Moran
Collaborative Fusion Inc.

pgsql-performance by date:

Previous
From: Vivek Khera
Date:
Subject: Re: Which processor runs better for Postgresql?
Next
From: "John Vincent"
Date:
Subject: Optimizer internals