rotating table question

From: "Roman Havrylyak" <roma(at)ukr(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: rotating table question
Date: 2001-08-17 12:29:47
Message-ID: 9liv2f$2ggi$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fredrik Thunberg 2001-08-17 12:38:03 Encoding Trouble
Previous Message Roman Havrylyak 2001-08-17 12:27:43 small question