markdown edit
This commit is contained in:
parent
fe17dd7918
commit
b6ed4a8506
@ -13,10 +13,10 @@ SetUpAggs.exe apply -Server asazure://server/instance -ConfigFile AggsConfig.jso
|
||||
* Validate configuration file against the model, exit with relevant error message if issue is found in configuration or model
|
||||
* Update model compatibility level if current compatibility level is below 1465
|
||||
* Apply configuration changes to model
|
||||
** For each table
|
||||
*** For each partition, update partition mode to Dual, DirectQuery, Import, or Default as specified in config
|
||||
*** For each column, remove any AlternateOf definitions that do not match an aggregation rule in the config
|
||||
*** For each rule, add the AlternateOf definition to the model if it does not already exist
|
||||
* For each table
|
||||
* For each partition, update partition mode to Dual, DirectQuery, Import, or Default as specified in config
|
||||
* For each column, remove any AlternateOf definitions that do not match an aggregation rule in the config
|
||||
* For each rule, add the AlternateOf definition to the model if it does not already exist
|
||||
* If changes were made to the model, run the ExpandFull on the model
|
||||
* If changes were made to the model, refresh the tables that were modified
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user