Re: [PATCH 1/1] debuginfod: create indexes to speed up grooming

2022-07-30 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Create indexes on _r_de and _f_de tables > to speed up delete operations called by groom() function. > Primary keys of those tables are optimalized to search rows > by buildids so delete by file and mtime attributes > has to scan the whole table. [...] By the way, another possible approach

Re: [PATCH 1/1] debuginfod: create indexes to speed up grooming

2022-07-29 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > Subject: [PATCH 1/1] debuginfod: create indexes to speed up grooming > Create indexes on _r_de and _f_de tables > to speed up delete operations called by groom() function. Pushed, thanks! - FChE

[PATCH 1/1] debuginfod: create indexes to speed up grooming

2022-07-29 Thread Josef Čejka via Elfutils-devel
>From 32bd2715e2490fe7a56794b78563c799d456f4be Mon Sep 17 00:00:00 2001 From: Josef Cejka Date: Fri, 8 Jul 2022 14:57:07 +0200 Subject: [PATCH 1/1] debuginfod: create indexes to speed up grooming Create indexes on _r_de and _f_de tables to speed up delete operations called by groom() funct