Slide 19
Slide 19 text
ProxySQL tracks the status of every connections, including transactions,
session variables, temporary tables, etc
It can determine if the same backend connection can shared between multiple
frontend connections.
A backend connection is returned to the connection pool as soon as each query
completes (assuming the connection can be shared).
This leads to the fact that requests from thousands of frontend connections can
be funneled into just few backend connections.
ProxySQL connection pool
© ProxySQL 2013-2019. All rights reserved.