Hello All,

We have a client-server application. On server side we have two
databases with same set of tables.

Based on the client request, server has to get data from the
corresponding database.

So, in this scenario, I would like to know which of the following
approaches is better?

1.To have two sessions and have a lookup based on the client request.

2.Have a single session and use sharding.

Thanks,
Gayatri

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to