Skip to main content

Disable SQL Query Optimization

To disable the SQL Query Optimization feature, please select your installation type and follow the instructions below.

  1. Edit the Releem Agent configuration file:
nano /opt/releem/releem.conf
  1. Change the setting:
query_optimization=false
  1. Restart the agent:
systemctl restart releem-agent