Is vacuuming while inserting/updating bad?

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: "pgsql-admin(at)postgreSQL(dot)org" <pgsql-admin(at)postgreSQL(dot)org>
Subject: Is vacuuming while inserting/updating bad?
Date: 2001-03-07 23:47:02
Message-ID: 3AA6C876.ADB94C8C@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

If I have a process which is inserting/updating tuples and run a vacuum
while that process is going, will the vacuum wait for the process to
finish? Or, will I have a problem with the db? How about the other way:
doing a insert/update while a vacuum is running?

Thanks.
-Tony

Browse pgsql-admin by date

  From Date Subject
Next Message pgsql-admin 2001-03-08 06:57:23 Postgresql, DB2, replication
Previous Message Rick Robino 2001-03-07 21:27:07 Re: Python, Postgres support?