100 likes | 301 Views
Bottom-Up Computation of Sparse and Iceberg CUBEs . Jianlin Feng School of Software SUN YAT-SEN UNIVERSITY May. 10, 2010. The Paper. K. Beyer, R. Ramakrishnan. Bottom-Up Computation of Sparse and Iceberg CUBEs. ACM SIGMOD, 1999. The Iceberg-CUBE Problem. SELECT A, B, C, COUNT(*) FROM R
E N D
Bottom-Up Computation of Sparse and Iceberg CUBEs Jianlin Feng School of Software SUN YAT-SEN UNIVERSITY May. 10, 2010
The Paper • K. Beyer, R. Ramakrishnan. Bottom-Up Computation of Sparse and Iceberg CUBEs. ACM SIGMOD, 1999.
The Iceberg-CUBE Problem SELECT A, B, C, COUNT(*) FROM R CUBE BY A, B, C HAVING COUNT(*) >=N