From: Richard C. <ri...@cy...> - 2005-01-03 15:06:42
|
Am 03.01.2005 um 08:09 schrieb Robin Getz: > Richard Cyganiak wrote: >> StatCVS was not written with performance in mind, and probably never >> will be. > > What about accepting partial logs, and "adding" it to the existing > dataset, and re-generating the pngs from that? > > For example - if statcvs is going to be run every night via cron - why > not just pass it one days worth of changes, and it would add this > information to the pre-existing html - and would not touch the files > which don't need to be changed. Good suggestion, but your idea would probably not save quite as much time as you might think. StatCVS spends most CPU time generating the images. Most images are timelines, and those should be regenerated as often as possible so that they all show the same date range, up to the day of report generation. Working with partial logs would cut down on bandwith usage though, which also is a bottleneck in some cases. So if anybody wants to take this up ... Cheers, Richard |