Closed (fixed)
Project:
Code coverage
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Mar 2010 at 21:42 UTC
Updated:
13 Jun 2012 at 11:41 UTC
If this is to be used in conjunction with qa.drupal.org a more effecient means of storing the data is necessary.
Comments
Comment #1
sunIndeed. I can only guess that the mass insertion of db rows for 50.000+ lines is the primary bottleneck.
Actually, I don't see a need for storing each line in a separate row -- if lines are parsed, then they are always parsed in chunks of files currently.
Thus, we should be able to dramatically improve performance by serializing the line info into text BLOBs, one per file.
Comment #2
boombatower commentedI just pushed a bunch of commits that were developed for ReviewDriven. I believe this is now fixed.