Re: concurrency performance degradation

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Sheer El-Showk <sheer(at)saraf(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: concurrency performance degradation
Date: 2001-10-29 14:28:50
Message-ID: 3BDD67A2.6D644EE6@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

...
> The reason I mention foreign keys above is that I imagine that foreign
> keys might complicate locking issues and I use them a _lot_. I also
> noticed that the database slows down significantly as it gets populated.
> When I get to about 8000 transactions (~8000 records in my primary table)
> it is much slower, and by 19k it takes up to 5-15 seconds to do an insert.
> A "vacuum analyze" didn't help here.

But appropriate indices should help. Updates which require sequential
scans are expensive as tables get bigger, and the scaling problem you
describe is the usual symptom of missing indices.

Use "explain" and examine your queries to tune the performance.

- Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis Gasparin 2001-10-29 14:36:00 Re: [ODBC] Writing BLOBS to pgsql via ODBC using VB - Mini
Previous Message Tatsuo Ishii 2001-10-29 12:26:19 Re: resend: Chinese sort order problem