Re: [HACKERS] Postgres collecting CPU seconds - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] Postgres collecting CPU seconds
Date
Msg-id e075d344ae21ca861f9398559f9dd92c
Whole thread Raw
In response to [HACKERS] Postgres collecting CPU seconds  (PortSite <info@portsite.nl>)
List pgsql-hackers
On Mon, 2 Jun 1997, PortSite wrote:

> >
> >
> >
> > Version of PostgreSQL on Linux box?  on BSDi system?
>
> PostgreSQL 6.0 on Linux 2.0.29 and BSDI/OS 2.0 (i386)

    Might want to try out v6.1...there have been alot of memory
and performance improvements...


>
> >
> > On Mon, 2 Jun 1997, PortSite wrote:
> >
> > > I am using postgresql for a web site. The development environment
> > > is on a Linux system and works fine. The production machine
> > > is a Sun BSDI system. After implementing the stuf on the
> > > production machine the provider got many performance dificulties.
> > >
> > > Apparently simple queries keep on collecting CPU time (up to a minute)
> > > where the linux machine handles the same query in less than
> > > a single CPU second. On Linux the amount of CPU time used in independent
> > > of the load of the machine. On de BSDI system it seems to accumulate
> > > when the load increases (which in turn increases the load ...).
> > >
> > > Anybody got a clue on what this can be (and how to solve it).
> > >
> > > Cheers
> > >
> > >     Arjen
> > >
> > >
> >
> > Marc G. Fournier                                 scrappy@hub.org
> > Systems Administrator @ hub.org              scrappy@freebsd.org
> >
> >
>

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org

------------------------------

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Someone might already have done working versions
Next
From: Tymm Twillman
Date:
Subject: Re: [PATCHES] [HACKERS] Patch for psql.c