jakob / Postico

Public issue tracking for Postico
https://eggerapps.at/postico/
476 stars 9 forks source link

Opening new tabs is slow over VPN because it reconnects to the server and reloads the list of tables #869

Open dsego opened 9 months ago

dsego commented 9 months ago

What did you do?

What did you expect to happen?

What actually happened?

What software versions are you using?

Postico version: 2.1 dev macOS version: 14.1.2 PostgreSQL version: PostgreSQL 9.6.24

jakob commented 9 months ago

Yeah, tabs in Postico are completely independent. Open a new tab, and it shares no state with other tabs. Each tab has its own database connection, etc.

I understand that this isn't ideal for a lot of use cases, but changing it would be a major undertaking and come with some drawbacks -- eg. I'm not sure how to support simultaneous execution of queries when tabs share connections.

dsego commented 9 months ago

Thanks for the reply. I haven't found the issue reported, and it's something the is certainly not ideal for me, so I thought I'd post here. Certainly feel free to close this issue or tag appropriately if it's something you're not considering in the near future.