Performance Problems

From: "Warren" <warren(at)clarksnutrition(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Performance Problems
Date: 2006-02-20 20:12:29
Message-ID: BHENKBEAABOIDGBPPMCGAEHIECAA.warren@clarksnutrition.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have one table that gets slower and slower over time. It has a lot of
UPDATES INSERTS and DELETES run on it. It may have as many as 20,000 rows at
any given time. I am running autovacuum using the following command line:

/usr/local/pgsql/bin/pg_autovacuum -D -s -S -L
/usr/local/pgsql/log/autovacuum -U postgres -P password -H 127.0.0.1 -p 5432

It does speed back up after I do a full vacuum on it. What can I do to keep
the performance consistent.

Thanks,

Warren Bell

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug Hall 2006-02-20 20:25:21 Re: Bus error on make check
Previous Message Jonel Rienton 2006-02-20 20:04:42 Re: Bus error on make check