You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now allocate max_connections based on max connections on the database divide over number of apps using that db. However, this is not very efficient because all apps don't have same needs. Some need more, some need less. So we need to come up with a dynamic solution that manages connections efficiently across all the apps.
Implementation details
TODO
The text was updated successfully, but these errors were encountered:
🚀 Enhancement
We now allocate max_connections based on max connections on the database divide over number of apps using that db. However, this is not very efficient because all apps don't have same needs. Some need more, some need less. So we need to come up with a dynamic solution that manages connections efficiently across all the apps.
Implementation details
TODO
The text was updated successfully, but these errors were encountered: