Gnus development mailing list
 help / color / mirror / Atom feed
From: David Blacka <blackad@ipcsun3.den.mmc.com>
Subject: Re: nndb mailing list?
Date: 04 Apr 1996 11:32:39 -0700	[thread overview]
Message-ID: <yyv20m3suuw.fsf@arlh012.den.mmc.com> (raw)
In-Reply-To: bmiller@cs.umn.edu's message of 03 Apr 1996 21:18:59 -0600

>>>>> "Brad" == Brad Miller <bmiller@cs.umn.edu> writes:

 Brad> The GroupLens Better Bit Bureau uses gdbm as its database, and I can
 Brad> vouch for the fact that performance over NFS is really really bad.
 Brad> Also, if you happen to get into a situation where you are frequently
 Brad> updating the data associated with one key, the database will start to
 Brad> grow all out of proportion.  The only solution to this seems to be to
 Brad> call gdbm_reorganize, but that is terribly slow.  I've had some database
 Brad> files go from 46Meg back down to 8Meg with one call to reorg!
 Brad> \Brad

All gdbm_reorganize actually does is just pull everthing out of the
current database, and write it into a new one that replaces it.  So it
isn't a real speedy process, but it needs to be done to prevent the
database from growing to infinite size.

As far as nndb is concerned, we've found that the MH style backend is
probably the best solution, both space and speed wise.  While a
berkely db article database is lightning fast, it is *huge*.  The MH
style article db is not a whole lot slower, and only sucks up inodes.
The xover db (which is still some sort of db file) still can get
large, though.

I'm definately going to make the GDBM files reorganize occasionally.
Unfortunately, there isn't an equivalent berkeley db command.

-- 
David Blacka                    |dblacka@fuentez.com
Software Engineer               |Fuentez Systems Concepts


      reply	other threads:[~1996-04-04 18:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-28 16:38 Joe Hildebrand
1996-03-28 19:53 ` Greg Thompson
1996-03-28 21:09   ` Dave Blacka
1996-03-28 21:41   ` David Kågedal
1996-03-28 22:14     ` Joe Hildebrand
1996-03-28 22:56       ` Thomas Neumann
1996-03-28 21:07 ` Colin Rafferty
1996-03-29  5:42 ` Lars Magne Ingebrigtsen
1996-03-29  7:04   ` Jason L Tibbitts III
1996-03-29 15:58     ` Joe Hildebrand
1996-03-29 19:13       ` Dave Blacka
1996-04-04  3:18         ` Brad Miller
1996-04-04 18:32           ` David Blacka [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

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

  git send-email \
    --in-reply-to=yyv20m3suuw.fsf@arlh012.den.mmc.com \
    --to=blackad@ipcsun3.den.mmc.com \
    /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.
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 NNTP newsgroup(s).