Re: [PERFORM] One huge db vs many small dbs

2013-12-07 Thread Oliver Seemann
On Thu, Dec 05, 2013 at 02:42:10AM -0800, Max wrote: > Hello, > > We are starting a new project to deploy a solution in cloud with the > possibility to be used for 2.000+ clients. Each of this clients will use > several tables to store their information (our model has about 500+ > tables but there

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread Pavel Stehule
2013/12/6 Josh Berkus > On 12/05/2013 02:42 AM, Max wrote: > > Hello, > > > > We are starting a new project to deploy a solution in cloud with the > possibility to be used for 2.000+ clients. Each of this clients will use > several tables to store their information (our model has about 500+ table

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread Josh Berkus
On 12/05/2013 02:42 AM, Max wrote: > Hello, > > We are starting a new project to deploy a solution in cloud with the > possibility to be used for 2.000+ clients. Each of this clients will use > several tables to store their information (our model has about 500+ tables > but there's less than 10

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread Joshua D. Drake
One of the many questions we have is about performance of the db if we work with only one (using a ClientID to separete de clients info) or thousands of separate dbs. The management of the dbs is not a huge concert as we have an automated tool. If you are planning on using persisted connectio

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread Nicholson, Brad (Toronto, ON, CA)
> -Original Message- > From: pgsql-performance-ow...@postgresql.org [mailto:pgsql- > performance-ow...@postgresql.org] On Behalf Of Max > Sent: Thursday, December 05, 2013 5:42 AM > To: pgsql-performance@postgresql.org > Subject: [PERFORM] One huge db vs many sm

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread David Johnston
maxabbr wrote > Hello, > > We are starting a new project to deploy a solution in cloud with the > possibility to be used for 2.000+ clients. Each of this clients will use > several tables to store their information (our model has about 500+ tables > but there's less than 100 core table with heavy

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread Joe Conway
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/05/2013 02:42 AM, Max wrote: > Hello, > > We are starting a new project to deploy a solution in cloud with > the possibility to be used for 2.000+ clients. Each of this clients > will use several tables to store their information (our model has

Re: [PERFORM] One huge db vs many small dbs

2013-12-05 Thread bricklen
On Thu, Dec 5, 2013 at 2:42 AM, Max wrote: > We are starting a new project to deploy a solution in cloud with the > possibility to be used for 2.000+ clients. Each of this clients will use > several tables to store their information (our model has about 500+ tables > but there's less than 100 cor

[PERFORM] One huge db vs many small dbs

2013-12-05 Thread Max
Hello, We are starting a new project to deploy a solution in cloud with the possibility to be used for 2.000+ clients. Each of this clients will use several tables to store their information (our model has about 500+ tables but there's less than 100 core table with heavy use). Also the projecte