rotating table question - Mailing list pgsql-general

From Roman Havrylyak
Subject rotating table question
Date
Msg-id 9liv2f$2ggi$1@news.tht.net
Whole thread Raw
Responses Re: rotating table question  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Suppose we have table with indexes, attached triggers, and finnaly alot of
records (more then 100,000). Records are adding continuously.

Once a month you have to do archiving of records. Simple INSERT INTO ARCHIV
followed by DELETE and then VACUUM take alot of time, offen even hang up
sessions. Dropping triggers and indexes is bad due to the continuously
adding records.

Is there any ways to solve problems?




pgsql-general by date:

Previous
From: "Roman Havrylyak"
Date:
Subject: small question
Next
From: Martijn van Oosterhout
Date:
Subject: Re: rotating table question