kSingleLanOptimize.sh

What it is

This script is used to strip unnecessary logic off the system so as to improve query performance.

When to use it

You run this script if you:

  • Only use English language and do not deploy any language pack in your environment.
  • Want to improve the performance of searching requests by request types.

How to use it

To deploy the single language optimizer, run the sh ./kSingleLanOptimize.sh -deploy script in the <PPM_Home>/bin directory.

How to revert it

If you want to use multiple languages in your environment, undeploy the single language optimizer. Run the sh ./kSingleLanOptimize.sh -undeploy script in the <PPM_Home>/bin directory.