Re: Accelerating aggregates

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема Re: Accelerating aggregates
Дата
Msg-id 16942.24.91.171.78.1086966979.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответ на Accelerating aggregates  (Steve Atkins <steve@blighty.com>)
Список pgsql-hackers
[snip]
I've been harping on this problem myself the last couple days.

A summary table with frequent vacuums is your best bet for the existing
versions of PostgreSQL. It is, IMHO, suboptimal, but a workable solution
depending on the expected database load.

Right now I am exploring the possibility of writing a set of msession
functions for PostgreSQL. The msession project is a high speed high volume
session manager for PHP based websites.

Using PostgreSQL's recent ability to return sets of rows from functions,
it should be possible to create a set of msession functionality in
PostgreSQL that allows really FAST and really temporary variables that,
while syntactically different, behave much like simple tables.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server: Clean up generation of default
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: Accelerating aggregates