[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: unlink performance
- From: Nigel Metheringham <nigel metheringham dev intechnology co uk>
- To: Ryan Dooley <rd powerset com>
- Cc: "ext3-users redhat com" <ext3-users redhat com>
- Subject: Re: unlink performance
- Date: Wed, 15 Aug 2007 09:13:27 +0100
On 14 Aug 2007, at 19:08, Ryan Dooley wrote:
Pre-loading the file system cache (a la "find /path/to/temp -type f
-print >/dev/null") followed by an "rm -rf /path/to/temp" seems to
be pretty speedy to me.
Do you mean that:-
find /path/to/temp -type f -print >/dev/null
rm -rf /path/to/temp
is faster than just
rm -rf /path/to/temp
or do you mean that you have arranged to do the find before the point
where you want to delete? If the former, that surprises me somewhat.
Nigel.
--
[ Nigel Metheringham Nigel Metheringham InTechnology co uk ]
[ - Comments in this message are my own and not ITO opinion/policy - ]
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]