consulta - herramienta olap

From: JimAlexandr <Jimmy(dot)Ortiz(at)dhl(dot)com>
To: olivia jurado <valerie_nicole2000(at)yahoo(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: consulta - herramienta olap
Date: 2004-07-22 22:15:15
Message-ID: 41003C73.5010702@dhl.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

hola
me encuentro desarrollando un proyecto estudiantil (soy novato)
de una base de datos de enfermedades cancerigenas
y necesitamos hacerle consultas OLAP

Tenemos instalado el motor de PostgreSQL
en Linux Fedora, y trabajeremos con Apache y PHP

he estado investigando y ledido sobre la herramienta Mondrian
ademas he visto en los historicos de la lista algo como esto:

*---------------------------------------------------------------------------------*

We have added the CUBE operator for PostgreSQL. Please find the attached
patch.
Another thing to note is that the file datacube.c should be placed in
src/backend/tcop/ and datacube.h should be in src/include.
The syntax of the query is

SELECT <field list><aggregate list>
INTO <destination table>
FROM <table expression>
WHERE <search condition>
GROUP BY <aggregate list>
HAVING <search condition>
WITH CUBE;

An example along with the output is provided in the README.datacube
file. Kindly have a look. Let us know your response.

Srikanth M
Sumit Kumar Mukherjee
*---------------------------------------------------------------------------------*

Me gustaria saber si alguien tiene experiencia en este tipo de herramientas
o si me pudieran recomendar algo para poder implementarlo en mi base de
datos
para realizar las consultas OLAP

muchas gracias
slds
JimAlexandr

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message utaladriz 2004-07-22 22:26:54 Problemas con delete
Previous Message Jaime Casanova 2004-07-22 21:41:07 Re: Columnas afectadas en Postgresql