Re: Total crash of my db-server

From: Justin Clift <justin(at)postgresql(dot)org>
To: Henrik Steffen <steffen(at)city-map(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Total crash of my db-server
Date: 2002-12-16 12:59:36
Message-ID: 3DFDCE38.4040703@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Henrik Steffen wrote:
> hi tom,
>
> ok, I understand this.
>
> But: There is ONLY postgres running on this particular
> machine. And it's mostly when backup (dumpall) and/or
> vacuuming/reindexing is going on.
>
> In my opinion, postgresql does something on my machine
> that leads to these complete system lockups.

It sounds like the system lockups are occuring perhaps due to disk I/O, with PostgreSQL being the program causing the
disk load past what the system handles.

How much load does this system normally have, when there aren't dumps/vacuums/reindexes going on? Trying to understand
how much load your system normally copes with before locking up.

?

As a thought, if this is really being caused by disk I/O loads, then it might be able to trigger it on demand with disk
benchmarking programs (just an idle thought). That could be useful to know about.

Regards and best wishes,

Justin Clift

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Weerts 2002-12-16 13:26:16 Re: Total crash of my db-server
Previous Message Henrik Steffen 2002-12-16 12:46:00 Re: Total crash of my db-server