user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/9] minor tweaks and fixes
@ 2018-03-30  1:20 Eric Wong (Contractor, The Linux Foundation)
  2018-03-30  1:20 ` [PATCH 1/9] search: warn on reopens and die on total failure Eric Wong (Contractor, The Linux Foundation)
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Eric Wong (Contractor, The Linux Foundation) @ 2018-03-30  1:20 UTC (permalink / raw)
  To: meta

Xapian seems poorly-optimized for the
"gimme-the-most-recent-N-messages" request which hits the
per-inbox homepage (/$INBOX/) so we make a minor tweak
in hopes of making it less painful

A few other fixes and improved instructions for
creating a v2 mirror.

Eric Wong (Contractor, The Linux Foundation) (9):
  search: warn on reopens and die on total failure
  v2writable: allow gaps in git partitions
  v2writable: convert some fatal reindex errors to warnings
  wwwstream: flesh out clone instructions for v2
  v2writable: go backwards through alternate Message-IDs
  view: speed up homepage loading time with date clamp
  view: drop load_results
  msgtime: parse 3-digit years properly
  feed: optimize query for feeds, too

 MANIFEST                      |  1 +
 lib/PublicInbox/Feed.pm       |  2 +-
 lib/PublicInbox/Inbox.pm      | 20 ++++++++++++++++++++
 lib/PublicInbox/MsgTime.pm    |  3 +++
 lib/PublicInbox/Search.pm     |  4 +++-
 lib/PublicInbox/V2Writable.pm | 27 ++++++++++++++++++++++-----
 lib/PublicInbox/View.pm       | 19 ++++++-------------
 lib/PublicInbox/WwwStream.pm  | 25 ++++++++++++++++++++-----
 t/time.t                      | 28 ++++++++++++++++++++++++++++
 9 files changed, 104 insertions(+), 25 deletions(-)
 create mode 100644 t/time.t

-- 
EW


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

end of thread, other threads:[~2018-03-30  1:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30  1:20 [PATCH 0/9] minor tweaks and fixes Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 1/9] search: warn on reopens and die on total failure Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 2/9] v2writable: allow gaps in git partitions Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 3/9] v2writable: convert some fatal reindex errors to warnings Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 4/9] wwwstream: flesh out clone instructions for v2 Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 5/9] v2writable: go backwards through alternate Message-IDs Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 6/9] view: speed up homepage loading time with date clamp Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 7/9] view: drop load_results Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 8/9] msgtime: parse 3-digit years properly Eric Wong (Contractor, The Linux Foundation)
2018-03-30  1:20 ` [PATCH 9/9] feed: optimize query for feeds, too Eric Wong (Contractor, The Linux Foundation)

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