gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Add connection multiplexing to avoid 1:1 mapping of client to server connections

Open mostafa opened this issue 1 year ago • 2 comments

Currently incoming connections from database clients are mapped 1:1 with the server connection in the pool. Multiplexing can help improve this to reuse idle server connections.

mostafa avatar Dec 22 '22 16:12 mostafa