Skip site navigation (1)Skip section navigation (2)
Date:      04 Oct 2000 14:30:53 +0200
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Alex Povolotsky <tarkhil@over.ru>
Cc:        freebsd-fs@FreeBSD.ORG
Subject:   Re: Specialised storage system?
Message-ID:  <xzpitr894aq.fsf@flood.ping.uio.no>
In-Reply-To: Alex Povolotsky's message of "Wed, 4 Oct 2000 15:00:52 %2B0400"
References:  <20001004150052.E32009@mail.over.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Povolotsky <tarkhil@over.ru> writes:
> I'm looking to try writing high-performance storage system for mail, 
> intended to boost large free mail system.

If you want something that runs purely in userland, try:

 a) QMail's Maildir system (which Postfix also supports)

 b) Something similar to Squid or Diablo's storage systems, i.e. one
    file per object, with a hash function that spreads files across
    65536 buckets organized in 256 directories with 256 subdirectories
    each, with (optionally) an index kept in a DBM file or something

 c) A commercial (or commercial-grade) relational database system
    (Oracle, PostgreSQL, Frontbase)

DES
-- 
Dag-Erling Smorgrav - des@ofug.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpitr894aq.fsf>