MySQL HeatWave User Guide

5.9.1.1 Autopilot Indexing Syntax

Autopilot Indexing uses the following syntax:

mysql> CALL sys.autopilot_index_advisor ([options]);
  
 options: {
     JSON_OBJECT('key','value'[,'key','value'] ...)
        'key','value': 
        ['output',{'normal'|'silent'|'help'}]
        ['target_schema',JSON_ARRAY({'schema_name'[,'schema_name']}]
}

Autopilot Indexing options are specified as key-value pairs in JSON format. Options include: