[sqlalchemy] is it better to have 2 distinct sessions or just use a single session

2010-08-03 Thread razamatan
so our db setup is that we have both vertical and horizontal partitioning going on. first, is it possible to defined a session as a scoped, sharded session to achieve both? namely, define the shardedsession wrapped by a scoped session and simply have the various shard lookup functions (*chooser)

[sqlalchemy] sqlsoup and partitioned db's

2010-01-21 Thread razamatan
sqlsoup explicitly used a scoped session, but i would like to use a shardedsession for my horizontally partitioned db. is this supported at all? thanks. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to