在启用 ssl 后使用 Dbeaver 客户端连接到 Heroku Postgres 数据库并使用 org.postgresql.ssl.NonValidatingFactory
大约需要 4-5 分钟才能连接到数据库。
这种行为正常吗?
在启用 ssl 后使用 Dbeaver 客户端连接到 Heroku Postgres 数据库并使用 org.postgresql.ssl.NonValidatingFactory
大约需要 4-5 分钟才能连接到数据库。
这种行为正常吗?
只需取消选中“显示非默认数据库”即可。
它崩溃/冻结,因为它试图在该主机中加载大量数据库
No, this is not normal at all. Connecting should be quite instantaneous. A few seconds is already way too long, and minutes is completely off, so something else is going on.
If you try connecting with some other tool (like psql
directly), do you have the same problem? I'd check there to make sure your code or some dependency is not doing something odd.