Re: clustering and denormalizing with PostgreSQL? - Mailing list pgsql-novice

From Brian A. Seklecki
Subject Re: clustering and denormalizing with PostgreSQL?
Date
Msg-id 1190772398.2983.19.camel@localhost.localdomain
Whole thread Raw
In response to clustering and denormalizing with PostgreSQL?  (Chirag Patel <chirag.patel@yahoo.com>)
List pgsql-novice
On Sat, 2007-08-04 at 16:32 -0700, Chirag Patel wrote:


>  the database tables by user. In other words, users 1-50 and user
> 51-100 can be divided so that queries across users is not needed.
Chirag:

When you say "users", do you mean entities internal to your application,
or do you mean postgresql-aware users (e.g., a 1:1 ratio of:
Pgsql-User->[Intermediary Logic] -> [Table] -> [Database/Tablespace])

~BAS


pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: Long count(*) time
Next
From: Brent Friedman
Date:
Subject: Why is my view ddl being altered by postgres?