yes - if something is built in already. On Wednesday, 19 February 2014 12:46:48 UTC-5, Klauss wrote:
> On Wed, Feb 19, 2014 at 1:03 PM, Silviu Dicu > <[email protected]<javascript:>> > wrote: > > Hi, > > > > I have a legacy application that doesn't use the ORM but I need to > implement > > horizantal sharding on mysql. > > Did anybody has done something similar or have any ideas. > > You mean besides manually computing a consistent hash and binding the > query to one engine or another? > (which btw isn't hard at all) > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
