Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2000 13:57:27 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Marc Tardif <intmktg@CAM.ORG>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: writing to disk
Message-ID:  <Pine.BSF.4.21.0009291356460.62310-100000@resnet.uoregon.edu>
In-Reply-To: <Pine.LNX.4.10.10009282205150.13648-100000@Gloria.CAM.ORG>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Sep 2000, Marc Tardif wrote:

> What is the quickest way of writing large amounts of data to disk?

Sequentially. Disks run an order of magnitude faster if they have
sequential data. Don't get too fancy with the ordering since the disk
driver will just reorder it for you.

Doug White                    |  FreeBSD: The Power to Serve
dwhite@resnet.uoregon.edu     |  www.FreeBSD.org



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?Pine.BSF.4.21.0009291356460.62310-100000>