Mailinglist Archive: zypp-devel (75 mails)
| < Previous | Next > |
Re: [zypp-devel] zypper performance gone bad, bad, bad
- From: Michael Matz <matz@xxxxxxx>
- Date: Tue, 20 May 2008 15:38:11 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0805201530210.20583@xxxxxxxxxxxxx>
Hi,
On Tue, 20 May 2008, Josef Reidinger wrote:
Not really, as the solvable attribute names are extensible.
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Tue, 20 May 2008, Josef Reidinger wrote:
When parsing this in, "kind" and "string_type" are parsed as normal
attributes to match, because they meanwhile are called "type" and
"match_type". This makes it a three-attribute query (where two of
them never will match anything because they are special attributes
that aren't recognized anymore). And queries with more than one
attribute are not matched by the dataiterator but by libzypp itself,
which is _very_ inefficient (it basically retrieves _all_ attributes
of all solvables and tries to match them against the query).
Another problem is when user mistype when edit lockfile. Exist any
method like known solvable string??? I can remove all non-exist
attributes and also log it.
Not really, as the solvable attribute names are extensible.
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |