This is the first of a series of posts about business intelligence tools, particularly OLAP (or online analytical processing) tools using MySQL and other free open source software. OLAP tools are a part of the larger topic of business intelligence, a topic that has not had a lot of coverage on MPB. Because of this, I am going to start out talking about these topics in general, rather than getting right to gritty details of their performance.
I plan on covering the following topics:
- Introduction to OLAP and business intelligence. (this post)
- Identifying the differences between a data warehouse, and a data mart.
- Introduction to MDX queries and the kind of SQL which a ROLAP tool must generate to answer those queries.
- Performance challenges …