enableDynamicScriptOptimization
Syntax
enableDynamicScriptOptimization()
Details
Enable script engine optimization.
This command must be executed by an administrator on the controller node.
The effect of this command will be lost after the system restarts. To make it permanent, please modify the configuration parameter enableDynamicScriptOptimization in the configuration file (controller.cfg for cluster mode, dolphindb.cfg for single-node mode).
Examples
enableDynamicScriptOptimize()
Related Functions: disableDynamicScriptOptimization
