Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 1998 07:57:08 -0800 (PST)
From:      David Wolfskill <dhw@whistle.com>
To:        hackers@FreeBSD.ORG
Subject:   Re: dump(8) very slow
Message-ID:  <199811131557.HAA03306@pau-amma.whistle.com>
In-Reply-To: <98Nov13.154625est.40323@border.alcanet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
>Date: Fri, 13 Nov 1998 15:46:51 +1100
>From: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>

>...

>Unfortunately, dump(8) is distinctly sub-optimal as far as reading the
>disk is concerned.....

>...

>Is this approach worth the effort?  I suspect this depends on how well
>associated sequential blocks of inodes correlate to associated groups
>of data blocks on disk - I don't know the answer to this.

>...

Well, what I do, in large part to deal with this, is have amanda run
dump for me.  (At work.  At home, I let dump write directly to tape, but
so far, I'm nowhere near the point of needing the performance gains, and
I'm unwilling to use a separate tape cartridge for each day's backups.)

One of the things that amanda will do (given a chance) is send dump's
output to a pipeline (that may involve compressing the image and/or
sending it to a different machine, which has a tape drive), and thence
to a "holding disk" -- which basically acts as a largish speed-matching
buffer.

Thus, it allows multiple dump processes to be running at the same time;
as soon as a dump image is finished, that image is queued for a separate
process to write it to tape.

This de-coupling of the reading that dump does, vs. the writing to tape,
allows for significant speed-ups (among other things).

So I'd be hard-pressed to think that the effort you describe is likely
to be worth it, given that amanda is free, and the concept of the
de-coupling should be somewhat easier to implement than what you
describe, even if you don't want to run amanda.

Maybe it would be worth it for some, though....

david
-- 
David Wolfskill		UNIX System Administrator
dhw@whistle.com		voice: (650) 577-7158	pager: (650) 371-4621

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



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