Dave Johnson on open web technologies, social software and software development
« Scamming Technorati. | Main | Groovy is as Jython... »
Rick Ross and I were trying to diagnose some heavier-than-usual load on JRoller last night by watching the MySQL query log. We noticed that some queries were still examining way too many rows and based on this we came up with a couple of additional indexes. After we applied the new indexes, load returned to normal levels (i.e. less than 0.1). These should work on either Roller 0.9.8 or Roller 0.9.9-dev and they will be included in future releases in either branch:
create index userrole_username_index on userrole( username ); create index weblogentry_pubtime_index on weblogentry( pubtime, publishentry, websiteid );
Dave Johnson in Roller
03:58PM Jan 06, 2004
Comments [3]
Tags:
Roller
This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog
Below are the most recent entries in the category Roller, some may be related to this entry.
Posted by Matt Raible on January 07, 2004 at 01:50 PM EST #
Posted by Dave Johnson on January 08, 2004 at 02:33 AM EST #
Posted by Will Gayther on January 08, 2004 at 10:21 PM EST #