sayednazeef opened a new issue #5953: Superset creates large no. of idle connections to Postgres. URL: https://github.com/apache/incubator-superset/issues/5953 I have used Postgres as datasource for the charts. when dashboard is loaded connection goes from active to idle state and remains the same until restart. ### Superset version 0.15.1 and 0.26.0 ### Expected results Idle Connections needs to be managed or released properly. ### Actual results Idle connection are created and remains as long as the application restarts ### Postgres Version: 9.6.8 ### Steps to reproduce Just Reload the Dashboard and fire queries from sql lab: fire following query: select state, count(pid) from pg_stat_activity where datname = 'my_db' group by state;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
