I'm using django 1.3, recently I found  mysql slow query log was flooded by 
the following query:


# User@Host: user[user] @  [192.168.1.10]
# Thread_id: 2948369  Schema: db  Last_errno: 0  Killed: 0
# Query_time: 6.705106  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0 
 Rows_affected: 0  Rows_read: 0
# Bytes_sent: 11  Tmp_tables: 0  Tmp_disk_tables: 0  Tmp_table_sizes: 0
SET timestamp=1351951740;
commit;

There're several commits in every second, and each commit takes more than 5 
seconds.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/xeZRM2pEzSMJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to