[Yum-devel] excludeArches

Gijs Hollestelle g.hollestelle at gmail.com
Sat Mar 5 12:38:02 UTC 2005


On Fri, 04 Mar 2005 14:22:02 -0500, seth vidal <skvidal at phy.duke.edu> wrote:
> Hi,
>  I just posted some small changes to the sqlite sack. Nothing
> groundbreaking but I needed to get my feet a little more damp in the
> sqlite backend, anyway.
> 
> all it does it make the incompatible-arch package exclusions a single
> sql query rather than iterating the whole set of packages.
> 
> let me know if it is obviously dumb. :)
Hi Seth,

It looks good I just tested how much it would benefit from an index on
arch but that seems to make little difference, also writing they query
as arch NOT IN ('i686','i586','noarch') instead of arch != 'i686' AND
arch != 'i586' AND arch != 'noarch' is equally fast.

Greets,
  Gijs



More information about the Yum-devel mailing list