Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Vaclav Dvorak #1
advice on tuning filesystem for ls and rm
Hello folks!
I would like an advice on choosing the right filesystem for optimum
performance in a certain class of tasks, and then tuning the filesystem
and the cache for the task.
I'll be building a server for mainly static storage of data. The data
itself won't be accessed very often and anyway the speed of reading and
writing the data will be limited by the network bandwidth. However,
there are basically two operations that need to be as fast as possible:
"ls -lR" and "rm -fR", i.e. listing the contents of directories
including file metadata, and unlinking/removing files and directories.
There can be lots of files (i.e., the data will likely not be "a few
large files", but rather "many small(ish) files").
So, the question is: assuming that "ls -lR" and "rm -fR" are
time-critical and everything else is irrelevant, which filesystem is the
best to choose? Journalling is, of course, preferred, but if e.g. ext2
is significantly faster for this than any journalling fs, it would
probably be chosen.
Further, are there any kernel or filesystem parameters that can be tuned
for this kind of optimization? Is there a way to prefer caching of
metadata over data, for example? (Or even turn off caching of data
completely, to ensure there is always space in the cache for the metadata?)
Is there anything new in 2.6 that might help me here?
Thanks for any advice!
Vaclav Dvorak
Vaclav Dvorak Guest
-
chip tuning
Quer economizar ganhando Potência? Temos chip de conversão gasolina para álcool trazendo uma boa economia mensal. Para conversão a álcool... -
SE 5 tuning/optimizing on SCO
This is a multi-part message in MIME format. ------=_NextPart_000_0167_01C3A3A4.E0547020 Content-Type: text/plain; charset="iso-8859-1"... -
tuning SQL
Can anyone recommend a good web site that details effective SQL tuning? I'm a programmer, not a DBA. Therefore I'm looking at this more from an... -
sar output for tuning
I have a server running 4.3.3 which reports the following; xxxxx:root:/:sar -v 1 10 AIX xxxxx 3 4 0052998A4C00 07/10/03 09:20:15 proc-sz... -
SQL Tuning
I did find quest central but whenever I download it, get a corrupted trial version. Does anyone know of a good DB2 tool which helps rewrite the...



Reply With Quote

