On 2019-05-06 00:20, Saurabh Adhikary wrote: > The point is , there are no major change that was deployed on to > the code since Dec'18. > As I did mention that there has been some minor load increase of > our users in the new year since Jan, but the change is not > significant. (Originally we had around 2million unique people , > ~5million approx approx users in total, and around 50K new users > during this time)
I imagine that, if nothing changed in the code, and nothing changed in the back-end server infrastructure (no changes to your DB settings, server hardware, etc), but there was an increase in traffic, then I imagine the issue stems from some unfortunate scaling issues. Often this is either related to poor choices for indexing in the database or some algorithm that used to work fine with smaller datasets but fails to scale to larger numbers of users. -tim -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20190506054858.57754fa2%40bigbox.christie.dr. For more options, visit https://groups.google.com/d/optout.

