Skip to content

Commit e344c8f

Browse files
authored
Merge pull request #7150 from mzaman1/apsau7
feature switch change in cu7.1
2 parents ec5df82 + dc24d88 commit e344c8f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/analytics-platform-system/appliance-feature-switch.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ ms.author: "murshedz"
1111
ms.reviewer: "martinle"
1212
monikerRange: ">= aps-pdw-2016-au7 || = sqlallproducts-allversions"
1313
---
14-
#Appliance Feature Switch
15-
The **Feature Switch** page displays information about the two feature switches that are introduced in Analytics Platform System 2016-AU7. Use this page to update or enable/disable features and settings in Analytics Platform System. Changing feature switch values requires a service restart.
14+
#Appliance Feature Switches
15+
The **Feature Switch** page displays information about the feature switches that are being introduced in Analytics Platform System AU7 and later. Use this configuration page to update or enable/disable features and settings in Analytics Platform System. Changes to feature switch values require a service restart.
1616

1717
![DWConig Appliance Feature Switch](media/feature-switch/SQL_Server_PDW_DWConfig_feature_switch.png "DWConig Appliance Feature Switch")
1818

19-
##AutoStatsEnabled Switch
19+
##AutoStatsEnabled
2020
Controls the auto statistics feature. This feature switch is set to true by default after upgrading to AU7. Any database created after the upgrade will inherit auto creation and asynchronous update of statistics. For existing databases, database administrators can enable auto statistics with [ALTER DATABASE (Parallel Data Warehouse)](../t-sql/statements/alter-database-transact-sql.md?tabs=sqlpdw). For more information on statistics, see [Statistics](../relational-databases/statistics/statistics.md).
2121

22-
##DmsProcessStopMessageTimeoutInSeconds Switch
22+
##UseCatalogQueries
23+
Using catalog objects for some metadata calls instead of using SMO has shown performance improvement. Set to true by default in CU7.1, this switch controls that behavior.
24+
25+
##DmsProcessStopMessageTimeoutInSeconds
2326
Controls the time Data Movement Service (DMS) waits to synchronize on a busy system when a query involving data movement is cancelled. Updating to AU7 sets this value to 900 seconds (15 minutes) by default. The valid range is 0 – 3600 seconds.
23.5 KB
Loading

0 commit comments

Comments
 (0)