user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
From: "Eric Wong (Contractor, The Linux Foundation)" <e@80x24.org>
To: meta@public-inbox.org
Subject: [PATCH 0/4] a few more v2 updates...
Date: Thu,  5 Apr 2018 21:45:24 +0000	[thread overview]
Message-ID: <20180405214528.19403-1-e@80x24.org> (raw)

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

             reply	other threads:[~2018-04-05 21:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-05 21:45 Eric Wong (Contractor, The Linux Foundation) [this message]
2018-04-05 21:45 ` [PATCH 1/4] v2writable: allow tracking parallel versions Eric Wong (Contractor, The Linux Foundation)
2018-04-05 21:45 ` [PATCH 2/4] v2writable: refer to git each repository as "epoch" Eric Wong (Contractor, The Linux Foundation)
2018-04-05 21:45 ` [PATCH 3/4] over: use only supported and safe SQLite APIs Eric Wong (Contractor, The Linux Foundation)
2018-04-05 21:45 ` [PATCH 4/4] search: index and allow searching by date-time Eric Wong (Contractor, The Linux Foundation)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180405214528.19403-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).