From: Eric Wong <e@80x24.org>
To: Carl Worth <cworth@cworth.org>
Cc: notmuch@notmuchmail.org, "W. Trevor King" <wking@tremily.us>
Subject: Re: notmuch and public-inbox
Date: Sat, 1 May 2021 04:58:07 +0000 [thread overview]
Message-ID: <20210501045807.GA6409@dcvr> (raw)
In-Reply-To: <87lf8zs2by.fsf@wobbit.home.cworth.org>
Carl Worth <cworth@cworth.org> wrote:
> On Sat, May 01 2021, Eric Wong wrote:
> > I never had the interest in using notmuch since Maildirs are a
> > non-starter with millions of messages with current FSes/OSes.
>
> What bottleneck are you seeing here?
>
> I don't have million(s) of messages but I'm getting close with 1.48M
> messages in my current notmuch index.
>
> I'm not seeing any problematic performance from the filesystem or OS
> myself, so I'm curious what problem you're referring to here.
I assume you have several Maildirs and not just one with 1.48M?
Since I never actually used notmuch myself; most of my aversion
comes from years of using Maildir sync tools (mbsync,
offlineimap, rsync). They all struggle with many inodes
and syscalls + cache required to walk them.
It's the same reason git puts old objects in packfiles rather
than having millions of loose objects.
Furthermore, my MUA (mutt) struggles on a single Maildir when
its size goes over ~50K. Maildir is fine as a dumping ground
for mairix search results (typically a few dozen/hundred results).
Maildir is better nowadays on FSes with compression and
checksums; but lack of compression and checksumming were also
points against it; though syscalls are also more expensive with
CPU vulnerability mitigations.
I've always gzipped my archival mboxes for compression and CRC.
My local mirror of all the messages on lore.kernel.org/* is over
14.6M(*) and growing... (LKML is 4M of that).
(*) 14.6M in the new combined "extindex" format that should be on
lore.kernel.org, soon. For now, I have an experimental
instance on https://yhbt.net/lore/all/
prev parent reply other threads:[~2021-05-01 4:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-30 23:23 notmuch and public-inbox Felipe Contreras
2021-05-01 0:05 ` Eric Wong
2021-05-01 1:23 ` Felipe Contreras
2021-05-01 5:16 ` Eric Wong
[not found] ` <87lf8zs2by.fsf@wobbit.home.cworth.org>
2021-05-01 4:58 ` Eric Wong [this message]
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://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210501045807.GA6409@dcvr \
--to=e@80x24.org \
--cc=cworth@cworth.org \
--cc=notmuch@notmuchmail.org \
--cc=wking@tremily.us \
/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://yhetil.org/notmuch.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).