Re: [GENERAL] rotating table question

2001-08-17 Thread Mike Mascari
Roman Havrylyak wrote: > > 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

Re: [GENERAL] rotating table question

2001-08-17 Thread Martijn van Oosterhout
On Fri, Aug 17, 2001 at 02:29:47PM +0200, Roman Havrylyak wrote: > 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

[GENERAL] rotating table question

2001-08-17 Thread Roman Havrylyak
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. D