| From: | "Costin Manda" <siderite(at)madnet(dot)ro> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | very slow after a while... |
| Date: | 2005-04-06 08:27:23 |
| Message-ID: | 1132.193.226.119.24.1112776043.squirrel@193.226.119.24 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hello,
I have a machine that uses pgsql version 8.0.1 I don't think the version
is relevant because I had 7.4.1 before and I had the same problem. I have
a PHP script that runs regularily and does this:
select a bunch of lines from a mssql database
insert into postgres the values taken
if insert fails with duplicate id (I have a unique index there) then
perform an update with the values inside.
Pretty straightforward.
The thing is the after I updated to 8.0.1 and also (separate ocasion)
after I recreated the database one day, the script runs instantly with
thousands and hundreds of lines inserted and updated per second. However,
after a while the whole process slows down significantly, eraching the
point of one insert or update per second or per four!!! seconds.
I have tried vacuuming full, reindexing, deleting the table and recreating
it, I tried changing values in postgres conf and in the linux kernel.
Nothing works except re initialising the whole database directory.
PLEASE HELP!
-------------------------
E-Mail powered by MadNet.
http://www.madnet.ro/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2005-04-06 09:17:59 | Re: very slow after a while... |
| Previous Message | Michael Fuhr | 2005-04-06 04:21:51 | Re: contrib/dbsize |