Bug 1272109

Summary: Dnf very slow with wildcards.
Product: [Fedora] Fedora Reporter: Mark van Rossum <mvanross>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: jmracek, jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-21 13:47:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mark van Rossum 2015-10-15 13:59:44 UTC
Description of problem:
Dnf is much slower than yum when it is given wildcards in the arguments.

For instance:
dnf update \[a-h]*
takes over 1 minute, while there is nothing to do.

without wildcards
dnf update
takes less than 2 secs.


Version-Release number of selected component (if applicable):
dnf-1.1.3-1.fc22.noarch


How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Honza Silhan 2015-10-21 13:47:50 UTC
True.

*** This bug has been marked as a duplicate of bug 1225501 ***

Comment 2 Jaroslav Mracek 2016-11-15 11:50:10 UTC
The performance should be solved by Pull-Request: https://github.com/rpm-software-management/dnf/pull/649