Re: Bigtime scaling of Postgresql (cluster and stuff I suppose)

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Bigtime scaling of Postgresql (cluster and stuff I suppose)
Дата
Msg-id 11E93DAB-064F-4C26-A94F-776BCD96A4B6@khera.org
обсуждение исходный текст
Ответ на Re: Bigtime scaling of Postgresql (cluster and stuff I suppose)  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Undetected corruption of table files
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [ANNOUNCE] == PostgreSQL Weekly News - August 26 2007 ==