#15119: MySQL backend generates unnecessary commands ----------------------------+----------------------------------------------- Reporter: lukesneeringer | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- When looking at our MySQL (InnoDB) instance that powers our Django application, our DBA reports that the com_admin_commands variable is extremely high: MySQL is running an administrative command (such as a ping) roughly three times for every query that goes off.
There's a roughly 2.5 year old discussion about this on django-users where the behavior is explained: http://www.mail-archive.com/django- us...@googlegroups.com/msg55094.html This is probably a pretty small amount of overhead, but it definitely seems like a waste. It seems like Django should not pummel the system with a ton of extraneous queries, even if they're extremely small. -- Ticket URL: <http://code.djangoproject.com/ticket/15119> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.