https://sourceware.org/bugzilla/show_bug.cgi?id=30316
Bug ID: 30316
Summary: debuginfod server should checkpoint WAL manually
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: ---
On a very large corpus, initial scan operations can take a long time, and build
up quite a large debuginfod.sqlite-wal file. If the server is filesystem space
constrained, this .sqlite + .sqlite-wal combined file may get too large to fit.
Suggestion: debuginfod should inject a periodic
pragma wal_checkpoint(truncate);
into the traverse loop, as the default autocheckpoint stuff does not appear to
operate reliably.
--
You are receiving this mail because:
You are on the CC list for the bug.