Click or drag to resize

CustomerSettingKeyDataObjectLoadKeepFixedPlan Field

Adds the option (KEEPFIXED PLAN) to the data object loader. The experience is that the use of temporary tables leads to expensive SQL Server sql recompilations which counts towards fixing the execution plan.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const string DataObjectLoadKeepFixedPlan = "DOLoadKeepFixedPlan"

Field Value

Type: String
See Also