Re: What is the max number of database I can create in an instance of pgsql?

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: "anon permutation" <anonpermutation(at)hotmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: What is the max number of database I can create in an instance of pgsql?
Date: 2005-11-19 03:49:43
Message-ID: EEBF2C76-224F-4AB4-985E-2525A5DAA2EF@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Nov 19, 2005, at 12:24 , anon permutation wrote:

> However, what is the max number of database I can create before
> performance goes down?
>
> Assuming each database is performing well alone, how would putting
> 10-20 of them together in one instance affect postgres?
>
> In terms of getting a new server for this project, how do I gauge
> how powerful of a server should I get?

I'm sure those wiser than me will chime in with specifics. I think
you should be think of usage not in terms of number of databases but
in terms of connections rates, database size (numbers of tables and
tuples) and the types of queries that will be run. While there may be
a little overhead in from having a number of databases in the
cluster, I think this is probably going to be insignificant in
comparison to these other factors. A better idea of what the usage
will guide you in choosing your hardware.

Michael Glaesemann
grzm myrealbox com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jaime Casanova 2005-11-19 04:55:26 Re: What is the max number of database I can create in an instance of pgsql?
Previous Message anon permutation 2005-11-19 03:24:08 What is the max number of database I can create in an instance of pgsql?