Warm tip: This article is reproduced from serverfault.com, please click

Datasets storage limit and memory limit in Power BI with respect to compression

发布于 2020-11-30 14:03:13

In Power BI import mode (PREMIUM capacity), the dataset and storage size restrictions are based on compressed or uncompressed data?

Similarly when the model is loaded in memory, then the memory utilized is based on compressed or uncompressed data?

Questioner
variable
Viewed
0
Jon 2020-11-30 22:24:42

For the datasets it is compressed, for example. Source data sizes are 10 X 100mb csv formatted files (Total 1GB). When loaded into a dataset (assuming that the engine can compress at a 10 to 1 ratio) will result in a 100mb dataset in memory.

The Power BI/SQL Server Analysis Services (Tabular) engine is called Vertipaq. The best post about how it compresses is here.

For items in Dataflows, this will also be compressed, but it more of a basic ZIP style compression, and not as efficient. So the 10 example files could take up 300mb in this format.