Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: IMP/EXP accross platforms: What will be missing?

Re: IMP/EXP accross platforms: What will be missing?

From: Rick Denoire <100.17706_at_germanynet.de>
Date: Thu, 06 Nov 2003 23:42:02 +0100
Message-ID: <asilqvcdabpit7hi62nsaib5d9pkelhqgk@4ax.com>


Unix-like operating systems usually do not need defragmentation software (as long as the filesystem won't be used in heavy write operations at a persistent high capacity level of over 90%). When issuing write operations, they try to find a chunk of free space that still accomodates data, while Windows for example chooses the first pieces it finds regardless of their size.

I remember the OS named RT/11 from Digital Equipment Corp. (decades ago). It never wrote a file in more than one chunk. With 8 Inch diskettes holding 360 KB max, that was hard.

The point is that it does play a role whether one or several files are written to harddisk at the same time, as long as fragmentation is concerned. After all, one can defragment a vfat partion (perhaps a NTFS one too) by just moving all files out and back, *one by one*.

Bye
Rick Denoire Received on Thu Nov 06 2003 - 16:42:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US