https://sourceware.org/bugzilla/show_bug.cgi?id=26775
Bug ID: 26775 Summary: debuginfod: speed up grooming 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: --- The periodic (nightly) grooming pass is pretty slow on large indexes where many files go missing (so many sqlite delete operations, some with intentional CASCADE-ing effects on other tables). Grooming cannot happen concurrently with indexing, so making it fast is important. We probably need a few more prometheus metrics for this too. -- You are receiving this mail because: You are on the CC list for the bug.