Konstantin Orlov created IGNITE-25086: -----------------------------------------
Summary: Thin Client. Sql. Switch sql request processing to another thread pool Key: IGNITE-25086 URL: https://issues.apache.org/jira/browse/IGNITE-25086 Project: Ignite Issue Type: Improvement Components: thin client Reporter: Konstantin Orlov Currently, all sql-related requests are processed on the same thread. Given that preparation sometimes may take a while, and at the end operation anyway will be rescheduled to another thread pool, we can improve scalability by rescheduling request processing immediately to a thread which is allowed to execute storage operation. -- This message was sent by Atlassian Jira (v8.20.10#820010)