17 Feb
2010
17 Feb
'10
2:10 a.m.
User: dww Branch: HEAD Date: Wed, 17 Feb 2010 01:10:42 +0000 Modified files: /modules/cvslog cvs.module Log message: #715752 by yhager: Optimized the cvs commits query to sort by commit ID (cid) not the created time, so that the SORT and LIMIT are on the same column. That allows the DB to use its index. Since commits are added sequentially and the CID only increases, this should be the same. This is currently the single most expensive query on drupal.org. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/cvs.module&...