Re: Instance Based Management?

2020-10-27 Thread Matthew Amstutz
27;t working, partitioning does seem to be the way to reach > high scale, and perhaps Django could do more to support it. If you try it > out and spot anything, do let us know if you can spot any improvements to > Django. > > > > On Tue, 27 Oct 2020 at 14:57, Matthew Amstutz &g

Re: Instance Based Management?

2020-10-27 Thread Matthew Amstutz
ntent types > <https://docs.djangoproject.com/en/3.1/ref/contrib/contenttypes/> for > what you seem to be suggesting. There's a section on that page called > "Generic > relations > <https://docs.djangoproject.com/en/3.1/ref/contrib/contenttypes/#generic-r

Instance Based Management?

2020-10-26 Thread Matthew Amstutz
Hello, I was wondering about instance based management. If I'm wrong, please tell me. When we have users and user generated content in a large database, query times are increased significantly. Why is there no instance based manager (like the models.Manager()) that basically generates a table