Unique Key Checks |
Specify whether the Rules Engine must perform Unique Key Checks. Background The Unique Key Check additional parameter is used to determine whether the Rules Engine must perform unique key checks in the case of non-manual data entry, for example sql-script() functions. Allowed values are: •True (the default) •False If this parameter is set to True, error feedback will be faster. If it is set to False, performance will be slightly better in the case of non-manual data entry, for example sql-script() functions. In this case, unique key checks are still performed by the RDBMS so that data integrity is ensured. For data entered manually, unique key checks continue to be performed by the Rules Engine. When to use Set this parameter to False only in time-critical situations where overall performance is a real issue. To turn off Unique Key Checks:
|