| Parameter | Type | Description | Example |
|---|---|---|---|
| object | Details of a recommendation task for a materialized view. | ||
| Description | string | Description. | task desc |
| CreatedTime | string | The creation time. | 2024-12-12 23:59 |
| LastRunAt | string | Last execution time. | 2024-12-13 00:10 |
| TaskName | string | The name of the recommendation task. | mv_task1 |
| ScanQueriesRange | integer | The time range for scanning data. Unit: days. Default value: 3. | 3 |
| SchedulingSettings | string | The execution schedule of the task. | The 12:30 every day |
| MinRewriteQueryCount | integer | The minimum number of slow queries that match the pattern. | 3 |
| MinRewriteQueryPattern | integer | The number of minimum acceleration patterns. | 5 |
| SlowQueryThreshold | integer | The wait threshold for slow queries. | 2 |