public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/30316] New: debuginfod server should checkpoint WAL manually
@ 2023-04-05 19:55 fche at redhat dot com
  2023-05-09 17:02 ` [Bug debuginfod/30316] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fche at redhat dot com @ 2023-04-05 19:55 UTC (permalink / raw)
  To: elfutils-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-09 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 19:55 [Bug debuginfod/30316] New: debuginfod server should checkpoint WAL manually fche at redhat dot com
2023-05-09 17:02 ` [Bug debuginfod/30316] " fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).