Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2017-09-08 Thread Julian Andres Klode
Control: reassign -1 python-apt Control: clone -1 -2 Control: reassign -2 debtags (forget my last email's part about tagfile buffer stuff) On Fri, Sep 08, 2017 at 02:46:10PM +0200, Enrico Rossi wrote: > Hi, > > Enrico Zini made this python3 code to test the problem outside debtags: > >

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2017-09-08 Thread Julian Andres Klode
Control: reassign -1 apt On Fri, Sep 08, 2017 at 02:46:10PM +0200, Enrico Rossi wrote: > Hi, > > Enrico Zini made this python3 code to test the problem outside debtags: > > #!/usr/bin/python3 > import apt > > def main(): > cache = apt.Cache() > for pkg in cache: > cand =

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2017-09-08 Thread Enrico Rossi
Hi, Enrico Zini made this python3 code to test the problem outside debtags: #!/usr/bin/python3 import apt def main(): cache = apt.Cache() for pkg in cache: cand = pkg.candidate if not cand: continue tags = cand.record.get("Tag", None) if not tags:

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2016-04-19 Thread Ben Longbons
Package: debtags Version: 2.0.2 Followup-For: Bug #810898 Dear Maintainer, Perhaps just add a '&' so that the (unimportant) debtags can run asychronously and the main apt-get can finish. Perhaps in the long run, apt should have some general machinery for this? -- System Information: Debian

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2016-01-13 Thread Vincent Danjean
Package: apt Version: 1.2~exp1 Severity: important Hi, New apt from experimental with compressed indices and debtag installed makes "apt-get update" very slow. I downgraded apt to be sure the problems come from the new version (perhaps the problem comes from the compressed indices, I never

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2016-01-13 Thread Julian Andres Klode
Control: severity -1 normal Control: reassign -1 debtags On Wed, Jan 13, 2016 at 03:00:48PM +0100, Vincent Danjean wrote: > Package: apt > Version: 1.2~exp1 > Severity: important > > Hi, > > New apt from experimental with compressed indices and debtag installed > makes "apt-get update" very

Bug#810898: apt: "apt-get update" (1.2) very slow with compressed indices and debtags

2016-01-13 Thread Vincent Danjean
Le 13/01/2016 15:00, Vincent Danjean a écrit : > apt-cache policy apt apt-utils debtags apt-transport-https > /usr/bin/time sudo apt-get update > sudo apt-get install -t experimental apt/experimental > apt-transport-https/experimental > /usr/bin/time sudo apt-get update > /usr/bin/time sudo