Forum Discussion

Datatouille's avatar
Datatouille
Solution Sage
8 years ago
Solved

Understanding the Vertipaq Engine

Hello   I am doing a deep dive into the Vertipaq engine and I have a few questions regarding a concrete use case.   I have a .pbix file with two Fact Tables: - Raw (300k rows and 17 columns) wit...
  • marcorusso's avatar
    8 years ago
    1. Columns Hierarchies are internal structures storing a sorted textual version of the content of each column. It is required for MDX, and it is now used also internally for optimizing certain queries (in other words - we cannot get rid of it, even for columns we never use un MDX)
    2. See above - even numbers are converted into strings
    3. I don't understand the question - but VertiPaq Analyzer reports the memory consumption of the data model, whereas the size of the files could be different (serialization and additional structures).

     

    I hope it helps!

     

    Marco Russo - SQLBI