Re: seperate swap drive, was Re: [ADMIN] Speed problem

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
Cc: "pgsql-admin(at)postgreSQL(dot)org" <pgsql-admin(at)postgreSQL(dot)org>
Subject: Re: seperate swap drive, was Re: [ADMIN] Speed problem
Date: 1998-11-06 03:09:55
Message-ID: Pine.BSF.4.05.9811052308130.126-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 5 Nov 1998, G. Anthony Reina wrote:

> Marc,
>
>
> I'm running PostgreSQL v. 6.3.2. No I don't want to disable
> fsync just in case someone stops a process midstream (which has
> happened before-- I figure it could screw up the db). So maybe it is
> those "memory leaks" that you've suggested. I'll try closing and
> re-connecting to see if there are any differences. However, I would be
> interested in downloading v. 6.4. Do you know where to get it? (I
> think it is a beta version but I couldn't find it on the www site).

First off, fsync() only helps if the system itself
crashes...someone else might want to correct me, but if a process stops
midstream, it should not affect the db in any way, shape or form...

Second, v6.4 was released yesterday...should be available on all
the FTP mirrors by now, as well as the main site :)

> p.s. Does 6.4 have page-level locking?

No, Vadim was waiting for v6.4 to be released before diving into
it for v6.5 ...

>
> The Hermit Hacker wrote:
>
> >
> > Are you running with fsync() disabled?
> >
> > What version of PostgreSQL are you running? v6.4 has several
> > memory leak fixes in it, which may or may not help...on long term
> > connections, memory leak *may* be attributing to your problem. If you run
> > top while doing the 'update/inserts', does the process size just continue
> > to rise?
> >
> > Something else to try...close and reconnect your insert/update
> > process(es). Not a long term solution, just curious if that shows an
> > overall speed improvement. Similar to the 'memory leak' problem, at least
> > this will let go of the process, clean out the memory, and start over
> > again....
> >
> > Marc G. Fournier
> > Systems Administrator @ hub.org
> > primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org
>

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-06 03:11:01 Re: [ADMIN] unable to compile postgresql-6.3.2 on alpha-dec-osf4.0
Previous Message The Hermit Hacker 1998-11-06 03:07:55 Re: seperate swap drive, was Re: [ADMIN] Speed problem