Regarding ALTER Command

From: "soni de" <soni(dot)de(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Regarding ALTER Command
Date: 2006-06-07 12:43:11
Message-ID: 9f2e40a90606070543l1066f162v19fc0887d916e2bb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,

We have database on which continueous operations of INSERT, DELETE, UPDATE
are going on, In the mean time irrespective of INSERT and UPDATE we want to
ALTER some filelds from the table can we do that?

Would the ALTER command on heavily loaded database create any perfomance
problem?

Is it feasible to do ALTER when lots of INSERT operations are going on?

Postgresql version we are using is -- PostgreSQL 7.2.4

Please provide me some help regarding this.

Thanks,

Soni

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2006-06-07 14:50:20 Re: Regarding ALTER Command
Previous Message Simon Riggs 2006-06-07 11:42:28 Re: Some queries starting to hang