Re: Postgresql on file system EXT2 or EXT3

From: Mike Benoit <mikeb(at)netnation(dot)com>
To: Carmen Wai <wai_carmen(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql on file system EXT2 or EXT3
Date: 2003-11-27 20:18:02
Message-ID: 1069964282.28392.51.camel@mikeb.staff.netnation.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It's simply a matter of file system performance, take a look at the
below URL to get a better idea:

http://fsbench.netnation.com/

EXT2 is fast, but like other people mentioned, FSCK'ing a large
partition could mean hours of downtime. There are other file systems
that offer journaling as well as decent performance. As far as EXT3 is
concerned, its near the bottom of the performance list.

On Thu, 2003-11-27 at 07:00, Carmen Wai wrote:
> Hello:
>
> I would like to know whether there is any different in installing Postgresql
> on the Linux system with file system of EXT2 or EXT3. I have two machines
> with idential OS (Red Hat 7.3 install with postgresql 7.3.4) but with
> different file system, 1 is EXT2 and the other is EXT3. When I insert 10,000
> records to the two machines, I found that the machine with EXT2 insert much
> quicker than the other with EXT3.
>
> Is postgresqk perform better with EXT2 file system?
>
> Thanks a lot!
> Carmen
>
> _________________________________________________________________
> Linguaphone : Learning English? Get Japanese lessons for FREE
> http://go.msnserver.com/HK/30476.asp
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
--
Best Regards,

Mike Benoit

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2003-11-27 21:05:11 S.M.A.R.T. hard drives WAS: SCSI vs. IDE performance test
Previous Message Marco Colombo 2003-11-27 20:04:32 Re: disaster recovery