Hi, I read the doc on the multi-database feature in 1.2. It seems it's mostly geared towards vertical partitioning of databases.
Any way to use it for horizontal sharding? For example, say I have a Message class. I want to use a hash on Message.id to point to a database server where the specific message will be stored. Is there any way to do that with the multi-database support in 1.2? -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

