Re: Is Linux 2.6.5 kernel good enough for production?

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Dirk Försterling <r(at)zorbla(dot)de>
Cc: Luiz Rafael Culik Guimaraes <culikr(at)brturbo(dot)com>, Adam Witney <awitney(at)sghms(dot)ac(dot)uk>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is Linux 2.6.5 kernel good enough for production?
Date: 2004-05-12 13:49:14
Message-ID: Pine.LNX.4.33.0405120748040.25767-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 12 May 2004, Dirk Försterling wrote:

> Am 05/05/2004 03:03 PM schrieb Luiz Rafael Culik Guimaraes:
> >
> >>Do people think linux 2.6.5 is stable enough yet for a production
> >>PostgreSQL server?
> >
> > i´m using linux 2.6.5 with postgres 7.4.2 with out problem(conectiva linux
> > version 10)
>
> I'd like to add here, that I recently tried 2.6.5 / Postgres 7.4.2 and
> found out that overall system performance during database operations
> decreased dramatically.
>
> A series of queries that were usually done within about 30 minutes on
> Linux 2.4.25 / Postgres 7.4.2 took about 3 (three) hours on Linux 2.6.5
> with Postgres 7.4.2 on the same machine with the same configuration.
>
> While on Linux 2.4.25 the queries ran smoothly in background without
> impacting other activity, the responsiveness of the whole machine got
> so bad with 2.6.5 during the 3 hour query that simple http requests to
> an Apache server on the same machine repeatedly timed out.
>
> I still don't know WHY this happened, but I believe it may resolve as
> a configuration issue. Maybe Postgres, maybe the Linux kernel.

Which of the two 2.6 schedulers are you running? It would seem the
pre-emptive schedule, while making for a better user experience on
workstations, is not as good as the deadline scheduler for things like
servers.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2004-05-12 14:00:40 Re: disallowing multiple NULLs in a unique constraint
Previous Message Gellert, Andre 2004-05-12 12:24:39 Re: Cache lookup failure for pg_restore?