SMP support? Yes or no

From: Mario Jorge Nunes Filipe <mjnf(at)uevora(dot)pt>
To: pgsql-admin(at)postgresql(dot)org
Subject: SMP support? Yes or no
Date: 2001-03-10 11:13:28
Message-ID: 200103101113.LAA09100@neptuno.uevora.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi

I have an online application using postgres 6.5.3 (latest from stable
debian) and php3.

I'm not using many features (basically just tables and indexes).

The application (where teachers can grade their students) has already
been tested withou major hassle (at the time on a postgres 6.3.2 db).
The application was ported to a new machine where (besides the postgres
version) the only major difference is the fact that the new server has
two processors. Is postgres smp aware or not? Is it compiled by default
on debian (this one is for Oliver Elphick, the debian postgres package
maintainer).

The problem is like this: I have a table or i check if there is a record
with determined number of conditions, if there is i continue to use that
record has a pointer to other table so that I can perform my stuff. This
worked previously, but now i'm getting several record under the very
same conditions (they should be unique, but no i can't have a primary
key on them).

One thing that i've tried in the mean while (but for wich i don't have
any feedback yet) is turning fsync on.

Hope you can shed some light on this.

Thanks

--
Mario Filipe
mjnf(at)uevora(dot)pt
http://neptuno.sc.uevora.pt/~mjnf

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message J.H.M. Dassen Ray 2001-03-10 19:25:35 Re: SMP support? Yes or no
Previous Message pgsql-admin 2001-03-10 10:05:01 Re(3): Postgres/Postmaster logging and log rotation