maxtepkeev / django-db-parti

[DEPRECATED] Django DB Parti - fully automatic database table partitioning for Django
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

Automatic sharding #9

Closed thedrow closed 10 years ago

thedrow commented 10 years ago

Django has a database router. nydus-django uses it in order to shard by a field's name. The project seems outdated but it has some potential to be turned into something useable especially if you are going to use nydus internally.

maxtepkeev commented 10 years ago

I don't have plans to implement sharding in the near future, there are still a lot of work to be done to implement all the partitioning features. Also sharding is a different story and my package is about table partitioning. But the nydus-django package looks very interesting, thanks for telling me about it, I'll look at it in some time in the future.