Hi,
I built a tabular model containing 15 dimensions and 5 fact tables.
Two of the fact tables are large tables (27 M and 154 M records) so i decided to partition them by month (using transaction date column).
i built 2 SSIS packages:
Incremental Processing - All Dimensions - Process Default, Small Facts - Process Default, Big Facts - Process full for last 3 partitions (last 3 months)
*The different processing sequences runs in parallel.
Full Processing - Process full for the whole model.
for some reason the incremental process and the full process takes the same time to complete!
any ideas as to why the incremental processing is not significantly faster?
Thanks!