Re: large database versus many databases

From: "Adrian Engelbrecht" <adrianengelbrecht(at)hotmail(dot)com>
To: slopez_pg(at)ceroriesgo(dot)co(dot)cr, pgsql-admin(at)postgresql(dot)org
Subject: Re: large database versus many databases
Date: 2005-03-19 06:08:07
Message-ID: BAY20-F41475BFF1182C9543BDF67B14B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<html><div style='background-color:'><P>With many databases (instead of one large database) you can move them around as resources before scarce, ie: to other servers or expanded disk. The down side is there will be many to be maintained, but automated scripts should take care of most of that.</P>
<P><BR><BR>&nbsp;</P><BR><BR><BR>
<DIV>
<P>Adrian</P>
<P>ICQ 120480893</P>
<P><A href="https://www.paypal.com/refer/pal=N6T2FQ7WRPHH4">https://www.paypal.com/refer/pal=N6T2FQ7WRPHH4</A></P></DIV>From: Sabio - PSQL &lt;slopez_pg(at)ceroriesgo(dot)co(dot)cr&gt; To: PostgreSQL Admin &lt;pgsql-admin(at)postgresql(dot)org&gt; Subject: Re: [ADMIN] large database versus many databases Date: Fri, 18 Mar 2005 10:16:45 -0600 Uwe Maiwald wrote: &gt;Hi, &gt; &gt;we are currently planning a very large installation of a &gt;web-application using PostgreSQL. The application can be configured &gt;to handle 1 database per customer, or all customers in one large &gt;database. &gt; &gt;We plan to start with e.g. 500 customers, each of which can have 200 &gt;MB or more in the database. And we want the system to be expandable &gt;as needed (thousands of customers, using lots of memory). &gt; &gt;Has anyone any experience what is best &gt;- using one very large database for all customers or &gt;-
using 1 database per customer &gt; &gt;concerning expandability, performance, server configuration, system &gt;updates etc. &gt; &gt;Is it advisable not to install more than a certain amount of &gt;databases on one server? &gt; &gt;Any hints welcome, &gt; &gt;Thanks, Uwe &gt; &gt; &gt;---------------------------(end of &gt;broadcast)--------------------------- &gt;TIP 6: Have you searched our list archives? &gt; &gt; http://archives.postgresql.org &gt; &gt; I am currently developing a system like this and we are using one database per customer. You only have to consider one thing. If you have only one database for all customer and database have a problem all customer can't work. If you have many databases as customers if a database fails only one customer can't work, and it's easier to solve for one that for all. ---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo(at)postgresql(dot)org so that your message can get through to the mailing list cleanly </div><br clear=all><hr>Need more speed? Get <a href="http://g.msn.com/8HMBENNZ/2755??PS=47575" target="_top">Xtra Broadband!</a> </html>

Attachment Content-Type Size
unknown_filename text/html 2.4 KB

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas F.O'Connell 2005-03-19 18:09:14 Re: Performance Question
Previous Message Aaron Glenn 2005-03-19 03:47:05 Re: Shrink