ixzc commented on issue #56955: URL: https://github.com/apache/doris/issues/56955#issuecomment-3403416036
Did you submit requests via the HTTP interface? This interface is not suitable for production environments. It is recommended to use the MySQL interface and submit via the MySQL protocol. The default port for FE is 9030. Additionally, you can also add http_sql_submitter_max_worker_threads=10 to the fe.conf file to increase the number of worker threads (the default value is 2), but this is not recommended. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
