Command Server execution time

When you want to achieve performance improvements when running the Command Server in your environment, you must understand the factors that can affect execution time.

Execution time can be affected by various factors. When most transformation processes are executed, the transformation itself consumes the bulk of execution times. Complex validation logic in schemas, especially restarts, can increase the proportion of execution time spent in validation.

The map execution process occurs in a single thread. By using a single thread of execution, the overhead of context switching is avoided in heavily-loaded systems. Excess context switching on heavily loaded systems can quickly dominate execution.