Re: One Large Table or Multiple DBs?

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Mike" <akiany(at)gmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: One Large Table or Multiple DBs?
Date: 2007-07-13 09:12:57
Message-ID: 87ps2w650m.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mike" <akiany(at)gmail(dot)com> writes:

> Hi,
>
> What is efficient approach toward storing a web application's user
> data.

I would recommend one large DB with large tables.

You might consider using partitioning to actually store the data separately.
But even then I would not consider it until it was actually a problem.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Stark 2007-07-13 09:21:13 Re: Force SSL / username combination
Previous Message Richard Huxton 2007-07-13 08:45:19 Re: order is preserved by outer select?