Server problems client

September 2, 2008 – 14:34

Got some problems with a client’s mysql database. Some processes were ‘blocking’ the rest. No heavy server load or anything. So after checking and optimizing a few key Moodle tables performance was back on track:

CHECK TABLE mdl_user / mdl_course_sections / mdl_log

OPTIMIZE TABLE mdl_user / mdl_course_sections / mdl_log

Seems logical as with the start of a new school year, new users are added so indexes should be optimized.

Resource usage was far less and performance got a boost. CPU is now mainly taken by clamscan.

VN:F [1.8.9_1076]
Rating: 0.0/7 (0 votes cast)
VN:F [1.8.9_1076]
Rating: 0 (from 0 votes)

Sorry, comments for this entry are closed at this time.