From: | "Radu-Adrian Popescu" <radu(dot)popescu(at)aldratech(dot)com> |
---|---|
To: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Fw: Journaling file systems |
Date: | 2002-02-26 16:59:04 |
Message-ID: | 005e01c1bee6$e5c764d0$0600a8c0@rpopescu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> > Friends,
> > I'm wondering if a journaling file system, like ext3, will make much
> > difference with the speed or reliability of PostgreSQL? Is it worth the
> > work to switch over?
To the best of my knowledge, EXT3 and XFS and the like are metadata
journaling filesystems.
This means that only the file's metadata is journaled, and not the
contents.
I strongly reccomend using XFS (or EXT3) as it has little overhead and
large benefits, and
you don't need to worry about performance issues. If you do, invest in
better (SCSI) hardware, don't
dissmiss the filesystem.
Hope it helps,
Radu-Adrian Popescu
CSA, DBA, Developer
www.aldratech.com
> > Thanks,
> > Peter Darley
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-02-26 17:19:44 | Re: Journaling file systems |
Previous Message | Rohit Dewan | 2002-02-26 16:54:07 | Size of database system |