Here are some tips for increasing concurrency:
In addition, some programmers might share a statement among multiple threads
to avoid the overhead of each thread's having its own. Using the single statement
cache, threads can share the same statement from different connections.
For more information, see in