Re: Does "correlation" mislead the optimizer on large - Mailing list pgsql-performance

From Noah Silverman
Subject Re: Does "correlation" mislead the optimizer on large
Date
Msg-id 975BA89C-2FE6-11D7-A3A3-000393AA8F3C@allresearch.com
Whole thread Raw
In response to Re: Does "correlation" mislead the optimizer on large  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Multiple databases one directory  (Noah Silverman <noah@allresearch.com>)
List pgsql-performance
Hi!

Another fun question in our ongoing analysis on whether to switch from
mysql to postgres. (Just as an update, Postgres has performed
flawlessly on all of our stress tests so far.)

We have a situation where we will be creating two fairly large and
complex databases with many tables (thousands) each.  From what I
understand, postgres keeps everything in one big data directory.

Would there be an advantage to putting each of the two databases into a
separate directory and starting two instances of postgres?  Is it
better to just lump everything together.

In a perfect world, we would buy another database server and raid for
the second database, but being a small company, we just  don't have the
budget right now. The raid on our current server is much bigger than we
need.

Thanks,

-N


pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Having trouble with backups (was: Re: Crash Recovery)
Next
From: Noah Silverman
Date:
Subject: Multiple databases one directory