From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 65F371F404 for ; Thu, 5 Apr 2018 21:45:28 +0000 (UTC) From: "Eric Wong (Contractor, The Linux Foundation)" To: meta@public-inbox.org Subject: [PATCH 0/4] a few more v2 updates... Date: Thu, 5 Apr 2018 21:45:24 +0000 Message-Id: <20180405214528.19403-1-e@80x24.org> List-Id: The most notable change (which will also affect v1) is allowing date-time range searching down to the second. This should help with matching, and should still work when Xapian is optional for v2. Ugh, in-place --reindex is REALLY slow, 3x times longer than indexing from nothing. Fortunately, SCHEMA_VERSION bumps are pretty cheap. Eric Wong (Contractor, The Linux Foundation) (4): v2writable: allow tracking parallel versions v2writable: refer to git each repository as "epoch" over: use only supported and safe SQLite APIs search: index and allow searching by date-time lib/PublicInbox/Msgmap.pm | 9 ++++-- lib/PublicInbox/OverIdx.pm | 19 ++++------- lib/PublicInbox/Search.pm | 8 ++++- lib/PublicInbox/SearchIdx.pm | 11 +++++-- lib/PublicInbox/SearchMsg.pm | 8 +++-- lib/PublicInbox/V2Writable.pm | 74 +++++++++++++++++++++++-------------------- script/public-inbox-compact | 13 +++----- t/over.t | 12 +++---- t/search.t | 7 ++++ 9 files changed, 89 insertions(+), 72 deletions(-) -- EW