Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone have experience of using postgresql for an OLAP setup, using cubes against the database etc. Having come across a number of idiosyncracies when using MySql for OLAP, are there reasons in favour of using postgresql instead (assuming that I want to go the open source route)?

share|improve this question
We are using PostgreSQL 9.1 and Saiku. All cube schemas are defined in Schema Workbench (Pentaho). So far, I do not see any issues with such configuration. We do have fact tables with approx. 1,000,000 rows and all works well without any pre-aggregation. – twn08 Nov 13 '12 at 18:39

1 Answer

up vote 8 down vote accepted

There are a number of data warehousing software vendors that are based on Postgresql (and contribute OLAP related changes back to core fairly regularly). Check out http://www.greenplum.com/. I think you'll find that PG works a lot better (for nearly any workload, OLAP especially) than MySQL. Greenplum and other similar solutions should work a bit better than PG depending on your data sets and use cases.

share|improve this answer
interesting link - thank you! – davek Nov 24 '09 at 19:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.