How to implement Aggregate Awareness?

Поиск
Список
Период
Сортировка
От Olgierd Michalak
Тема How to implement Aggregate Awareness?
Дата
Msg-id F8991549C624E2429C578E86D68A4D027F42A9C9@EXCH-MBX01.softcomputer.com
обсуждение исходный текст
Ответы Re: How to implement Aggregate Awareness?
Список pgsql-sql
<div class="WordSection1"><p class="MsoNormal">I wonder how to implement Aggregate Awareness or Transparent Aggregate
Navigationin PostgreSQL? <p class="MsoNormal"> <p class="MsoNormal">Simply put, when Transparent (to the reporting
tool)Aggregate Navigator recognizes that a query would execute faster using aggregates, it automatically rewrites the
queryso that the database hits the smaller aggregates rather than larger detail tables upon which the small aggregates
arepre-computed. The simple theory for BI/DWH was set out by Ralph Kimball (<a
href="http://www.kimballgroup.com/html/articles_search/articles1996/9608d54.html">http://www.kimballgroup.com/html/articles_search/articles1996/9608d54.html</a>).
Sometools, including Oracle, provide such functionality, and I wonder if it is possible to implement such Aggregate
Awarenessin PostgreSQL. <p class="MsoNormal"> <p class="MsoNormal">Re-write rules in PostgreSQL come to mind first.
Aftera few attempts, I realized that they may not be sophisticated enough to provide a viable solution. But perhaps
theyare, or there are other features in PostgreSQL that would allow for such aggregate awareness. If you have good
ideasabout how to implement this functionality, please respond.<p class="MsoNormal"> <p class="MsoNormal"> <p
class="MsoNormal">Thankyou,<p class="MsoNormal">Olgierd Michalak<p class="MsoNormal">Soft Computer Consultants, Inc.<p
class="MsoNormal"> </div>

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: the use of $$string$$
Следующее
От: John Fabiani
Дата:
Сообщение: Re: the use of $$string$$