70-466 · Question #112
FactInternetSales table, in the DimProduct table, and in the DimCustomer table. In the model, the FactInternetSales table is also partitioned by month. You need to ensure that the model has the most r
The correct answer is C. Process the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Data processing option. Then process the database with the Process Data processing option.. Tests knowledge of SSAS processing options to refresh only changed partitions and dimensions while minimizing total processing time.
Question
Exhibit
Options
- AProcess the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer cable with the Process Defrag processing option.
- BProcess the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Clear processing option. Then process the database with the Process Data processing option.
- CProcess the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Data processing option. Then process the database with the Process Data processing option.
- DProcess the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Clear processing option. Then process the database with the Process Full processing option.
- EProcess the latest FactInternetSales model table partition, the DimProduct table, and the DimCustomer table with the Process Data processing option. Then process the database with the Process Recalc processing option.
How the community answered
(21 responses)- B5% (1)
- C76% (16)
- D5% (1)
- E14% (3)
Why each option
Tests knowledge of SSAS processing options to refresh only changed partitions and dimensions while minimizing total processing time.
Process Defrag reorganizes existing data segments but does not reload source data from the source system, so new records would not appear in the model.
Process Clear wipes all data from the targeted objects before any reload is performed, forcing a full data reload on those objects and not minimizing processing effort.
Process Data loads source data into the specified partition and dimension tables without clearing existing data in unaffected partitions, keeping the processing scope minimal. Running Process Data at the database level then synchronizes any dependent aggregations or objects across the model. This two-step approach avoids a costly full reprocess while ensuring the model reflects the latest data.
Process Full performs a complete reprocess of every object in the entire database, which is the most expensive option and directly contradicts the requirement to minimize processing time.
Process Recalc only recalculates aggregations and attribute hierarchies without loading new source data, so running it as the final step does not ensure new source data is loaded into the database-level objects.
Concept tested: SSAS incremental partition processing options
Source: https://learn.microsoft.com/en-us/analysis-services/multidimensional-models/processing-options-and-settings-analysis-services
Topics
Community Discussion
No community discussion yet for this question.
