DataWarehouse

 view release on metacpan or  search on metacpan

bin/dw-nav  view on Meta::CPAN

           --dimension='user' \
           --dimension='product'

=head1 DESCRIPTION

dw-nav will create the base of a simple Data Warehouse Navigator.

=head2 AGGREGATE NAVIGATOR

One of the main features of the Data Warehouse Navigator is the
transparent Aggregate Navigator.

The Aggregate Navigator will intercept SQL queries and generate
aggregate tables, whenever is possible.

The use of aggregate tables can speed up Data Warehouse by 100s
or 1000s of times.

=head1 AUTHOR

Nelson Ferraz, C<< <nferraz at gmail.com> >>

lib/DataWarehouse.pod  view on Meta::CPAN

    FROM                        FROM
        Sales                       Sales_by_brand_by_month
    WHERE                       WHERE
        year=2010                   year=2010
    GROUP BY                    GROUP BY
        month,                      month,
        brand                       brand 
    ----------------------------------------------------------

The aggregate navigator, which performs this transformation, will improve
the performance of the data warehouse transparently.

=head1 WARNING

THIS IS ALPHA SOFTWARE. It could drink your beer and eat your hamster!

=head1 AUTHOR

Nelson Ferraz, C<< <nferraz at gmail.com> >>

=head1 BUGS



( run in 0.469 second using v1.01-cache-2.11-cpan-0a6323c29d9 )