June 2009
MonTueWedThuFriSatSun
« Feb Sep »
1234567
891011121314
15161718192021
22232425262728
2930 

Day June 4, 2009

StarSchema (OLAP) setup for reporting in CakePHP

When you need to gather statistics and reporting data from a large number of transactions (easily >1’000’000 rows) you need to transfer that data over to a reporting-friendly format to keep request times down. One popular database design for this is called a Star Schema. This is a simple re-usable StarSchema setup for CakePHP.