problems about updating a table and cluster this table at the same time - Mailing list pgsql-interfaces

From jing han
Subject problems about updating a table and cluster this table at the same time
Date
Msg-id 20050815170354.49947.qmail@web53509.mail.yahoo.com
Whole thread Raw
Responses Re: problems about updating a table and cluster this table at the same time  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Hello,

I work on a large database. I make use of cron job to
cluster certain database table periodically.

I found when updating a table and clusterdb cron job
happens to run at exactly the same time clustering
that table, then both updating and clustering stuck.
Database server hault. This cause my system hault.

I tried to lock that table using 'lock tableName'
command before updating that table, I run 'clusterdb
-t tableName dbName', I found clusterdb ignore the
fact that the table is locked and go ahead finishing
cluster job.

So how can I protect the table when I update it to
avoid cluster cron job interrupt the update?

Any suggestion will be greatly appreciated!


jing

    
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 


pgsql-interfaces by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: [HACKERS] ECPG ignores SAVEPOINT if first statement of a transaction
Next
From: Munteanu Gabriel
Date:
Subject: unsubscribe