Re: Data Mart with Postgres

From: André Volpato <andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br>
To: "Decibel!" <decibel(at)decibel(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Mart with Postgres
Date: 2007-08-09 14:57:39
Message-ID: 46BB2B63.3020606@ecomtecnologia.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Decibel! escreveu:
<blockquote cite="mid20070808220305(dot)GY20424(at)nasby(dot)net" type="cite">
<pre wrap="">On Wed, Aug 08, 2007 at 08:56:47AM -0300, Andr? Volpato wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello everybody,
I&#65533;m working with a small project to a client, using Postgres to
store data in a dimensional model, fact-oriented, e.g., a Datamart.
At this time, all I have is a populated database, with the "star
schemma" common relations (PK&#65533;s / FK&#65533;s).
Below is a list of the main goals of this project :
1. Front-end app (PHP5)
2. Transactional database for this app (Postgres)
3. Datamart in Postgres (described above)
4. ROLAP server that supports Postgres (Java - Mondrian)
5. Front-end app to manage querys to the ROLAP server (JSP - JPivot)
Users will have web access to (1), and will be enable to create
views using (5).
It seems like I&#65533;m trying to reinvent the wheel, but the point here
is that the client can&#65533;t afford to use proprietary BI solutions, nor
proprietary OS.
What I have read all across the internet is that Postgres does not
support this kind of application, wich demands materialyzed views,
built-in bitmap index, and so on. In the open-source world, I find
those missing features with Mondrian/JPivot.
Does anyone has ever used this structure before ? At least Mondrian
and JPivot ?
</pre>
</blockquote>
<pre wrap=""><!---->
I haven't but it's certainly possible to build a datamart without bitmap
indexes or mviews, it's just a question of performance. MViews you can
build yourself easily enough; as for bitmap indexes, IIRC you can get
those in Bizgres.
</pre>
</blockquote>
<br>
That&acute;s right, I&acute;m pretty sure Postgres could be used as ROLAP server in
this case. <br>
Performance is not a problem in this project.<br>
<br>
The reason why I suggest using Mondrian [1] is the ability to have a
tool such as JPivot [2], wich implements <br>
tipicaly OLAP navigations, like drill-down and slice/dice.<br>
<br>
Can anyone point out another OLAP tool, that works with Postgres ? <br>
<br>
[1] <a class="moz-txt-link-freetext" href="http://mondrian.pentaho.org/">http://mondrian.pentaho.org/</a><br>
[2] <a class="moz-txt-link-freetext" href="http://jpivot.sourceforge.net">http://jpivot.sourceforge.net</a><br>
<br>
<pre class="moz-signature" cols="72">--
[]&acute;s,

Andr&eacute; Volpato
ECOM Tecnologia Ltda
<a class="moz-txt-link-abbreviated" href="mailto:andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br">andre(dot)volpato(at)ecomtecnologia(dot)com(dot)br</a>
(41) 3014 2322</pre>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 2.7 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message M S 2007-08-09 15:48:14 Re: failed to unlink, Permission denied
Previous Message John Coulthard 2007-08-09 14:51:26 Unable to connect to PostgreSQL server via PHP