Re: 100% of CPU utilization postgres process

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 100% of CPU utilization postgres process
Date: 2010-01-25 04:26:04
Message-ID: 4B5D1D5C.4040300@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hashimoto Yuya wrote:
> -Postgres version : "PostgreSQL 8.3.3 on i386-portbld-freebsd7.0,
> compiled by GCC cc (GCC) 4.2.1 20070719 [FreeBSD]"

8.3.3 is fairly old, they are up to 8.3.9 in that version. seee the
release notes for each version from 8.3.4 to 8.3.9 to see what bugs were
fixed...
http://www.postgresql.org/docs/current/static/release.html

> -disk configuration :
> 3 HITACHI 7,200rpm SATA disks in RAID5

raid 5 performs rather badly on database update kind of operations,
especially without a battery backed writeback cache

not saying this is your problem, but its not a real good idea. We use
raid1+0 aka raid10 for our database volumes

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steeles 2010-01-25 04:32:49 Postgresql HA on MSCS over VMWARE
Previous Message Steeles 2010-01-25 04:21:18 Help: Postgresql on Microsoft cluster (MSCS)