Re: Bigtime scaling of Postgresql (cluster and stuff I suppose) - Mailing list pgsql-general

From Vivek Khera
Subject Re: Bigtime scaling of Postgresql (cluster and stuff I suppose)
Date
Msg-id 11E93DAB-064F-4C26-A94F-776BCD96A4B6@khera.org
Whole thread Raw
In response to Re: Bigtime scaling of Postgresql (cluster and stuff I suppose)  (Andrew Sullivan <ajs@crankycanuck.ca>)
List pgsql-general
On Aug 27, 2007, at 11:04 AM, Andrew Sullivan wrote:

> It was a way to scale many small systems for certain kinds of
> workloads.  My impression is that in most cases, it's a SQL-ish
> solution to a problem where someone decided to use the SQL nail
> because that's the hammer they had.  I can think of ways you could

The underlying table type can be used directly, similarly to how the
"DB" table type is built on the DB library.  The issue is whether you
can do that without some strange licensing problems.

I wouldn't use it for "permanent" data.  It would be awesome for a
cache of the "hot" data in your app, and perhaps even for realized
views that  speed up your interactive app.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Undetected corruption of table files
Next
From: "Joshua D. Drake"
Date:
Subject: Re: [ANNOUNCE] == PostgreSQL Weekly News - August 26 2007 ==