'How can I adjust the number of threads written by Java API in the Apache IoTDB?

I want to increase the number of threads written by Java API in the Apache IoTDB.However, I don't know how to do it. If someone knows it, please let me know. Apache IoTDB version: 0.13



Solution 1:[1]

The Java API only provides the number of connections to the server. You can see the constructor of SessionPool. As for whether these connections are used by single thread or multi thread, the user business program completes them by itself.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ghfffhcdz fvvxsghk