OPTIMIZER (Analyzer mode)
Change the Analyzer mode by SQL
Syntax
Syntax
SQL
ALTER TABLE <table> SET OPTIMIZER <OptimizationMode>
<table>
The table you want to modify
<OptimizationMode>
New Optimization mode to be defined. The value has to be part of the list defined in the optimized_index.json file
Output
This SQL command does not return anything.