BI tools and PostgreSQL

From: Victor Tan <victortcs(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: BI tools and PostgreSQL
Date: 2013-11-04 19:18:05
Message-ID: CANxEMJNTsntBSc78wRDRFhCkR3qEqSiDQ6bmmjF2JLXFbTzV=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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?

- Victor Tan

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Simon Riggs 2013-11-04 20:05:50 Re: BI tools and PostgreSQL
Previous Message Alejandro Brust 2013-11-04 19:16:07 Re: testing database consistency