Re: Performance issues with compaq server

From: postgres(at)vrane(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance issues with compaq server
Date: 2002-05-07 23:21:32
Message-ID: 20020507192132.A3944@amd.universe
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

One thing you can try is to use "-F"
switch which will turn off fsync.

$ man postmaster

There are other possibilities however

On Tue, May 07, 2002 at 06:40:32PM -0400, Samuel J. Sutjiono wrote:
> I tried to load data using insert statement to our new database server (Compaq DL580, DL590, DL380 using SCSI driver) but it was very very slow. The database runs on Red Hat Linux 7.2 and PostgreSQL version 7.1.3
>
> Does anybody know any idea to what cause this problem ? or things that I need to look or check (in the config. file)
>
> I appreciate any help.
>
> Regards,
> Samuel

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Barry Lind 2002-05-08 00:54:15 Re: JDBC - escaping quotes?
Previous Message Steve Lane 2002-05-07 23:15:48 Re: Subject: bool / vacuum full bug followup part 2

Browse pgsql-sql by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-05-08 01:25:27 Re: Performance issues with compaq server
Previous Message Samuel J. Sutjiono 2002-05-07 22:40:32 Performance issues with compaq server