rotating table question

Поиск
Список
Период
Сортировка
От Roman Havrylyak
Тема rotating table question
Дата
Msg-id 9liv2f$2ggi$1@news.tht.net
обсуждение исходный текст
Ответы Re: rotating table question  (Martijn van Oosterhout <kleptog@svana.org>)
Список 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 по дате отправления:

Предыдущее
От: "Roman Havrylyak"
Дата:
Сообщение: small question
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: rotating table question