Change the Analyzer mode by SQL

Syntax

Syntax

ALTER TABLE <table> SET OPTIMIZER <OptimizationMode>
SQL

<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.