You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection.connection.dbapi_connection.client.active_servers apparently only includes a single element. Specifically, it is the first server configured.
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered:
Thinking about it, I am not sure if and how the SQLAlchemy driver interface can process multiple hosts, and if the CrateDB dialect is properly prepared to handle that right, if at all.
I'm not sure if it is really worth to support multiple servers. Even if crate-python supports this, it's more a poor-man round-robin solution and in production I'd really recommend the use of a real load-balancer. So maybe let's remove the support for multiple servers instead?
Hi there,
@SchabiDesigns reported a possible flaw over at Python crate using multiple cursors parallel. Thanks.
connection.connection.dbapi_connection.client.active_servers
apparently only includes a single element. Specifically, it is the first server configured.With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: