Best way to manage several database connections?
已回答
I have a postgres server connection, where I have several databases, currently twenty and growing. Datagrip's tree view is now extremly slow to sync and show new dbs. I am only showing the public schema for each database, but it is still slow.
Is there a way I can configure it to speed things up? If I created a new connection for each database, instead of the single connection with all the dbs listed under it, would that be better, or worse?
I'm just looking for anything to speed that tree view up. I only work with one db at a time, so once it's all settled down it's okay but a pain to add a new database.

请先登录再写评论。
@Jeff Goodsell,
I hope the following can help you: