Alter table command for renaming table is getting stuck. - Mailing list pgsql-admin

From Dhaval Rami
Subject Alter table command for renaming table is getting stuck.
Date
Msg-id 18e902e00904280310x3e123012k91def1da7210902@mail.gmail.com
Whole thread Raw
Responses Re: Alter table command for renaming table is getting stuck.  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
List pgsql-admin
Hi,
    I am working on a data warehousing project, our system is handling huge amount of live data. 
We get data in form of events.
Frequency of events goes up to 1000 events/second. average frequency is 200 events/second.
We are using libpg to connect pg-server and insert each event into database tables.
As a part of data warehousing I am rotating table every 50000 records.
Also to reduce overhead I commit a transaction after inserting 1000 records.

Problem I am facing is as follows

While rotating (renaming) a table the "alter table" command is stuck and whole system is blocked.
Blocking is also observed while "creating new table" after rename command is finished.

No other process/query is accessing this table until rotation is done.

The problem occurs twice a day, rest of the time it is working fine.
I could not find the cause. 

Please give me suggestions / solution

Thanks in advance.





--
Dhaval.

pgsql-admin by date:

Previous
From: "Jan-Peter Seifert"
Date:
Subject: log_rotation_age
Next
From: Paul Rogers
Date:
Subject: Anyone tried storing software users as database users?