From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 6189A1F670 for ; Tue, 12 Oct 2021 22:45:00 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] fix extindex reindex harder Date: Tue, 12 Oct 2021 22:44:55 +0000 Message-Id: <20211012224500.2882-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/5 may affect some users 3/5 quiets things down for users on SQLite <3.18 5/5 is a good usability fix for me Eric Wong (5): extindex: flush pending reindex before unref lei/store: use remove_doc to save some LoC index: optimize after all SQLite DB commits doc: relnotes: note some recent improvements lei up --all: show output for warnings Documentation/RelNotes/v1.7.0.wip | 14 +++++++++++++- lib/PublicInbox/ExtSearchIdx.pm | 4 ++++ lib/PublicInbox/LEI.pm | 12 ++++++++---- lib/PublicInbox/LeiMailSync.pm | 2 +- lib/PublicInbox/LeiStore.pm | 3 +-- lib/PublicInbox/LeiUp.pm | 7 +++++++ lib/PublicInbox/OverIdx.pm | 1 + lib/PublicInbox/SearchIdx.pm | 1 + lib/PublicInbox/V2Writable.pm | 16 +++++----------- 9 files changed, 41 insertions(+), 19 deletions(-)