From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42464 Path: main.gmane.org!not-for-mail From: Mark Milhollan Newsgroups: gmane.emacs.gnus.general Subject: Re: db-backed mail back end Date: 23 Jan 2002 14:26:32 GMT Organization: some Sender: owner-ding@hpc.uh.edu Message-ID: References: <87g04x7w4q.fsf@inanna.rimspace.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177697 11571 80.91.224.250 (21 Oct 2002 05:21:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:21:37 +0000 (UTC) Return-Path: Original-Received: (qmail 2279 invoked from network); 23 Jan 2002 14:27:30 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 23 Jan 2002 14:27:30 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16TOMe-0003hl-00; Wed, 23 Jan 2002 08:27:00 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 23 Jan 2002 08:26:51 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA09537 for ; Wed, 23 Jan 2002 08:26:40 -0600 (CST) Original-Received: (qmail 2255 invoked by alias); 23 Jan 2002 14:26:40 -0000 Original-Received: (qmail 2250 invoked from network); 23 Jan 2002 14:26:39 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 23 Jan 2002 14:26:39 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16TONM-0005RC-00 for ; Wed, 23 Jan 2002 15:27:44 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: adsl-209-78-192-139.dsl.lsan03.pacbell.net Original-X-Trace: quimby2.netfonds.no 1011796064 20905 209.78.192.139 (23 Jan 2002 14:27:44 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 23 Jan 2002 14:27:44 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.5 (bamboo, i386-redhat-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42464 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42464 Lars Magne Ingebrigtsen wrote: >Perhaps the question should be restated as such: > >If we were to design a mail back end that's supposed to scale to >several hundred thousands of messages in thousands of groups -- how >would we do that? Perhaps somebody has pondered this question >before. :-) (This smells like bait, but I'll rise anyway.) Something already exists -- a news server. Tens of thousands of groups: check. Millions (or even billions) of messages: check. Existing Gnus back-end: check. Searching and indexing facilities: limited in most servers, though generally easy to extend externally. /mark