Search code examples
ignite

How to set the max connection pool size in apache ignite?


How can i set the maximum connection pool size in apache ignite, using the ignite configuration file?? I m unable to find the methods to set the connection pool size.


Solution

  • You can use ClientConnectorConfiguration#threadPoolSize to specify size of the thread pool, that is used for JDBC SQL query processing. ClientConnectorConfiguration should be provided as IgniteConfiguration#clientConnectorConfiguration property.