views:

48

answers:

2

What open source DB is best suited to host a dimensional data-warehouse?

+2  A: 

Building and Optimizing Data Warehouse "Star Schemas" with MySQL

mcandre
I would vote this up a lot more if I could. This is an excellent review of MySQL for dimensional datawarehouses and focuses on all the right design issues.
Cade Roux
A: 

If there is no specific requirement other than dimensional and open source, then MySQL + InnoDB seems to be the most popular choice. I personally believe PostgreSQL is superior.

shmichael