concurrency

From: Boris Goldowsky <boris(at)alum(dot)mit(dot)edu>
To: pgsql-general(at)postgreSQL(dot)org
Subject: concurrency
Date: 1999-11-16 21:20:10
Message-ID: 14385.51850.6966.587429@griddle.infoplease.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


It seems that whenever we are doing a large operation -- eg, CREATE
INDEX on a sizable table, or VACUUM on a big database -- all other
postgres operations on that server stop dead. Attempts to do simple
operations on completely separate databases (but on the same server)
will hang (or perhaps they proceed extremely slowly) until after the large
operation is finished.

Is there any way around this limitation? Is this something that can
be addressed through parameter tweaking of the postmaster, or would it
be solved by having multiple CPUs on the database machine?

Boris Goldowsky

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Petrilli 1999-11-16 21:26:47 Problems installing on FreeBSD 3.3 (PG_VERSION/pg_user missing) 6.5.3
Previous Message Boris Goldowsky 1999-11-16 21:16:05 concurrency