This follows on from the email I sent last week, about perf. notes on
loading prco data, specifically:

"""
 But I couldn't see anything that made a worthwhile difference. It's
possible some kind of "tsInfo local" PackageSack() would help, but maybe
something for another day...
"""

...this implements that. And it's mostly awesome, except for the fact
that we don't have a pkgKey index on files atm. so pkg.simpleFiles()
is _really_ slow.
 We have 3 options AFAICS (in my order of "good"):

1. Create the index in yum, if needed.

2. Don't bother with the patch, at least until a new y-m-p is out with the
   new index.

3. Always load filelists, at least until a new y-m-p is out.

...this patch goes with #1.

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to