DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 314 forks source link

Does cubes pre-caculate data? #387

Closed githubzhanglei closed 7 years ago

githubzhanglei commented 7 years ago

Does cubes pre-caculate data? Or caculate and aggregate the data real-time? @Stiivi Thanks

Stiivi commented 7 years ago

No, current implementation operates only on snowflake/star schema or denormalized tables directly. The proposal for pre-aggregation is described in #118.