Re: hi help regarding sharding

2010-03-10 Thread David
Chiranjeevi, You might try looking at Django's multidb support if you are using Django 1.2. I don't want to say it has built-in sharding support, but it will probably make life easier. http://docs.djangoproject.com/en/dev/topics/db/multi-db/#an-example In general, you'll probably be writing a cu

hi help regarding sharding

2010-03-10 Thread chiranjeevi muttoju
Hi, i want to use *Sharding* concept in for my project. i requirement is, i have one user model, and i want to save users by selecting the random databases. ie. i have two tables db1 and db2, in both databases i have user table. based on the userid i want to select the database in which that user o