Re: OLAP idea

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: OLAP idea
Дата
Msg-id 20020508185337.R6037-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на OLAP idea  (grant <grant@amadensor.com>)
Список pgsql-general
On Wed, 8 May 2002, grant wrote:

> I noticed that it is possible to build an index on a function to speed
> retrieval of data.  The example in the docs was a create index on a name
> field forced to lower case.  Would it be possible to make an index on an
> aggregate to speed the return of aggregate info, while keeping it up to
> date as the data changes?  I know that index maintenance would be HUGE
> overhead, but on mostly static data that gets occasional updates, it could
> be good.

You can't currently do that with a functional index, but you should be
able to do that via triggers.



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

Предыдущее
От: "Jeff Lu"
Дата:
Сообщение: What are the procedures for upgrading from 7.1.2 to 7.2
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Performance issues with compaq server