Use Private Commands
Performance impact: Variable
When multiple connections run the same command, they access common
command structures controlled by a single command lock. To avoid sharing their commands
and possibly placing contention on the lock, you can set
PrivateCommands=1.
The use of private commands increases the amount of temporary space used, but provides better scaling at the cost.
See PrivateCommands in the Oracle TimesTen In-Memory Database Reference.