What open source DB is best suited to host a dimensional data-warehouse?
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
2010-07-02 02:54:39
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
2010-07-06 16:08:21