From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109004 invoked by alias); 13 Jan 2020 02:46:25 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 108977 invoked by uid 48); 13 Jan 2020 02:46:21 -0000 From: "fche at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/25375] New: optimization: speculative fdcache'ing of peers in decompressed archive Date: Mon, 13 Jan 2020 02:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2020-q1/txt/msg00030.txt https://sourceware.org/bugzilla/show_bug.cgi?id=3D25375 Bug ID: 25375 Summary: optimization: speculative fdcache'ing of peers in decompressed archive Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Consider a systemtap test run against debuginfod. There are some test cases that ask for probes of numerous kernel modules. Each of these is submitted= to debuginfod - sequentially - and each one can result in a separate rpm2cpio = job to decompress the same kernel-debuginfo rpm. We should consider adding an option to fdcache with the effect that: if we'= re decompressing an archive for a genuine request, anticipate that there may be near-future requests for other files in the archive, and therefore decompre= ss & intern them all in fdcache. This would trade fdcache storage space for decompression time. --=20 You are receiving this mail because: You are on the CC list for the bug.