On Mar 27, 2008, at 7:39 AM, crybaby wrote:
> > Correct me if I am wrong, as of right now, relationship between > multiple db shards, like sorting, grouping and joins have to be done > in application level. that is correct; the ShardedQuery currently just concatentates results from each individual shard into a list and returns the result. We used Hibernate's sharding API as the guide here and their API is similarly limited. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
