The SQL Curves are a new feature introduced in Clarity 15.9.1, along with a new job: Time Slicing Group By (Renamed Time Slicing Sync job in 15.9.2).
How can this feature be disabled?
Release : 15.9.1+
Note: This is always enabled by default starting 15.9.1
Run the following query:
select enabled from CMN_FEATURES where code ='TSV_AGGREGATION_FEATURE_20550'
Important:
To temporarily disable the feature, run the below command.
admin toggle-feature TSV_AGGREGATION_FEATURE_20550 0
Disabling of the SQL curve feature is a temporary workaround, so once your issue is resolved, run the below command to re-enable the feature.
admin toggle-feature TSV_AGGREGATION_FEATURE_20550 1
This step is required after enabling/disabling for the setting change to be completely taken into account
Note: Disabling the SQL Curves feature will also make the Time Slicing Group By job not visible in Administration - Reports and Jobs
Note: Upgrading an environment may automatically enable the option if it was disabled - please verify upon upgrade
Additional information on Time Slicing Group by job: 'Time Slicing Sync' job purpose