Let's take a look at MySQL parallel query processing with the
InfiniDB storage engine with ~ 6 billion row fact table with
the Star Schema Benchmark (SSB).
The star schema benchmark description and a data generator
(dbgen) can be found here:
http://www.cs.umb.edu/~xuedchen/research/publications/ .
The SSB benchmark modifies TPC-H/DBT-3 following data warehousing
rules as described in some of the publications.
Note: The load files for the fact table as emittRead More...