Hi team,
I am using 3 database engines at the same time, 1(include 1 database) + 
1(include 1 database) + 1(include 18 database). I use the database 
containing 18 databases by switching the bindings. I connect to database 
using sessions with session_maker for each engine. During the load test, I 
am stuck on the max_connection limit for the part containing 18 databases. 
Do you think the right approach is to create a separate engine for each 
database(1+1+18 engine) or is it a single engine multiple binding? I would 
be very happy if you express your thoughts.

Regards,
Mustafa

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/f196963c-9a0b-4359-b972-27010dfdcaden%40googlegroups.com.

Reply via email to