[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Refactoring the tracker



On Tue, 04 May 2010 21:20:16 -0500 Raphael Geissert wrote:

> Florian Weimer wrote:
> > Another issue which has gained some significance lately is that the
> > package and CVE lists have grown quite a bit, leading to longer and
> > longer processing times on soler.  I've removed a few unused features
> > to speed things up a bit, but it seems that we're at the bare minimum
> > right now.
> 
> I think it would be a great opportunity to use post-commit hooks to make the 
> scripts on soler only update the database instead of regenerating it all the 
> time.

Along with Raphael's suggestion, perhaps during updates we could load
the new dictionaries into memory concurrently with the old ones. Then
we could compare the two and only act on items that actually have
differences before pushing the new updates. That would eliminate a lot
of the redundant work seen presently.  Anyway, just a thought.

Mike


Reply to: