Re: BI tools and PostgreSQL

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Victor Tan <victortcs(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: BI tools and PostgreSQL
Date: 2013-11-04 20:05:50
Message-ID: CA+U5nM+QwUBgJKy=y5Qv7JRu58wTN0josbBPA19auCaO2JdkcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 4 November 2013 19:18, Victor Tan <victortcs(at)gmail(dot)com> wrote:

> BI tools all generate SQL with varying levels of optimization. However, do
> any of you know of any BI tools that are more PostgreSQL aware in that they
> can generate queries that take advantage of extensions like hstore, arrays
> etc?
>
> Hstore and JSON data types use non-standard syntax within PostgreSQL - not
> that I know of anything in the SQL standards that say how to handle KV types
> in the style of hstore.

> Which BI tools, if any, either are aware of PostgreSQL in this way or at
> least minimize hindrances to using these types of data types or extensions?

Probably the same number as support SQLSwerver sparse columns, MiSQL
equivalents and Mogno BSON.

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Johnston 2013-11-04 20:49:49 Re: BI tools and PostgreSQL
Previous Message Victor Tan 2013-11-04 19:18:05 BI tools and PostgreSQL