How to shard the Django User model/table? -


How can you push the Django user model so that the user records different databases / tables?

Which modules and models and ideas need to be modified? Do I need to create a custom authentication backend? Is there a relatively painless way to do this?

Thank you.

It is difficult to design because it is designed in a proper malicious way.

I believe that you are concerned with the number of institutions kept in a database? Otherwise, if scaling thinking, normal load balancers - web server - connection pooling - use database cluster setup.

Comments