OLAP Operation Types

  • + 0 comments

    I think it goes from smaller combination to bigger, like this:

    /* Aggregation */ (a*b*c),

    /* Cube */ 1+a+b+c+(a*b)+(b*c)+(c*a)+(a*b*c),

    /* Rollup */ 1+a+(a*b)+(a*b*c)