Re: PATCH: debuginfod, db size reduction

2020-09-19 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > This makes sense and looks good (at least as far as I understand the > code, it mimics/reverses some of what was done in commit d63a809d). It sort of completes the job. Originally, we stored/used raw names. Then we stored/used both raw & canonicalized names. Now we will store only canoni

Re: PATCH: debuginfod, db size reduction

2020-09-19 Thread Mark Wielaard
Hi Frank, On Fri, 2020-09-18 at 13:41 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Since PR25548, we let debuginfod answer /buildid/HEX/source/PATH > queries with both canonicalized and raw PATHs. It canonicalizes > incoming paths, but still stored the raw paths in the database too. > This

PATCH: debuginfod, db size reduction

2020-09-18 Thread Frank Ch. Eigler via Elfutils-devel
>From 04bcab70c7dcb9c1bc7ca49508b5d7cbd5aeaa1a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler git" Date: Fri, 18 Sep 2020 13:03:01 -0400 Subject: [PATCH] debuginfod: store only canonicalized sref pathnames in database From: Frank Ch. Eigler Since PR25548, we let debuginfod answer /buildid/HE