Re: Total crash of my db-server

From: Kevin Brown <kevin(at)sysexperts(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Total crash of my db-server
Date: 2002-12-16 23:15:17
Message-ID: 20021216231517.GC20180@filer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Henrik Steffen wrote:
> In my opinion, postgresql does something on my machine
> that leads to these complete system lockups.

PostgreSQL might beat on the disk subsystem hard enough to show faults
in it, or perhaps it uses enough CPU that the CPU isn't being cooled
properly anymore, etc.

But regardless, that only means that PostgreSQL is a trigger, not an
actual root cause. And it means that you will almost certainly have
problems even after switching database engines.

You mentioned that you're using a hardware RAID controller. There is
always the possibility that the driver for that controller isn't
entirely stable.

If you have an identical box you can drop in place, I highly recommend
that you do so. I'm betting that your problems will disappear after
you do that.

--
Kevin Brown kevin(at)sysexperts(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-12-16 23:22:16 Re: Returning multiple columns with a function??
Previous Message Kevin Brown 2002-12-16 23:07:05 Re: Total crash of my db-server