Quote:> On 27 Jan 2002 07:05:18 -0800, Jens Schreiber staggered into the Black
> Sun and said:
>> i have to install a new Linux server for database use. Besides the
>> database the server should store the documents on an extra partition.
>> The partion is created on a hardware raid (5) with 4 x 73 GB
>> harddisks.
>> I want to know what you think what file system is the best joice for
>> this about 210 GB partition. On my private PC I have no problems with
>> reiserfs ?? The files have 50 - 400 KB.
> 210G is not that large these days.
210G _is_ rather big if you want to fsck it :-).
Quote:> Anyway, the easy options are ReiserFS and ext3. ReiserFS should
> work fine, especially if you are going to fill the partition with
> files from 50 to 400K in size. It *might* be less efficient for
> really large files. I've been using ReiserFS on my laptop and
> desktop for over a year now, with no problems.
> ext3 will probably be slower if you have hundreds of thousands of
> small files, particularly if you have directories with 5000 files
> each in them. XFS will probably not buy you anything here as it's
> designed for really big storage arrays and individual files that are
> very large. (Plus, you have to patch the kernel to get XFS working,
> and it's a large, invasive patch.)
Well, the O.P. used the key word "database" which is suggestive of
needing mostly large files, which is what ext3 tends to be somewhat
better at.
The big benefit of ReiserFS is with two things:
a) _small_ files, e.g. - under 4K in size, and
b) Directories that get Great Huge Hordes of (presumably little)
files dribbled into them, and later deleted out.
That's going to be of particular value for (for instance) a news
server, where news articles ar fairly small, and where they may get
dropped into a spool directory (thus making it have LOTS of files) and
then moved elsewhere (thus making the directory fairly empty again).
If the goal is to store (say) word processing documents that start at
16K in size, ReiserFS won't offer too much that's special.
If the goal is to store PostgreSQL database data, where database files
grow to 1GB in size, then ext3 is probably preferable, as it plays
better with big files.
--
http://www.veryComputer.com/~cbbrowne/fs.html
I'm as confused as a baby in a * bar.