I'd like to know if I can turn off thread pool in version 10.2.15
Hello I'm studying MariaDB right now and I got a question. I'd like to turn off the thread pool function to test some scenarios. I know that MariaDB provides some benchmark results, but those tests are quite outdated since most of those tests were taken in version 5.5.xx. After some research, I found out that the tread pool could be turned off till version 10.0.17.
I wonder if I can still turn it off in version 10.2.5 because even though thread pool is already running, thread_handling=pool-of-threads couldn't be found in the conf file.
If I can't control it, I want to know what is the latest version that could be turned off?
Answer Answered by Vladislav Vaintroub in this comment.
thread_handling=one-thread-per-connection
the default is still better for almost all scenarios on Windows