Hello!
I'm facing an issue related to how ThoughtSpot handles the connections to our PostgreSQL database. We're seeing a lot of ThoughtSpot-opened connections and it's creating new ones until it reaches the max connections limit. Also, TS doesn't reuse the connections already opened, so when it reaches the limit, TS can't connect to the database (and neither do we) and we're forced to restart it. How can I solve that?