FrankChen021 commented on issue #12262: URL: https://github.com/apache/druid/issues/12262#issuecomment-1184408369
> * We don't have to keep the current request/response structure. If it helps, we can change to a protocol that allows multiplexing of multiple requests over the same connection. I agree it. For inner connections, we can use high efficient data structure to exchange data (may be in binary). And we even can consider to use TCP instead of HTTP for these connections. > * Queues can't grow forever. Async handling allows the queue to grow bigger than request-per-thread handling, but there is still a limit, and we still need to have some reasonable behavior around those limits. If there's such queue limit, I would like to propose a per-user limitation since Druid is a multi-tenant DBMS. -- 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]
