Archiving old data when foreign keys involved

Поиск
Список
Период
Сортировка
От Albin Ary
Тема Archiving old data when foreign keys involved
Дата
Msg-id CAGCWzULJ4nGDVNv+xmmTfpnrth9TRH=qDyJ26pee80c4DuROzA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Archiving old data when foreign keys involved  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Hello, 
I am writing to ask for your advice regarding the deletion of old data when foreign keys are involved. 

I have this database which has quite a complex schema (generated by ORM), very normalized with a lot of foreign key relationships for some tables. 

So the situation is that some certain tables reference columns from other tables and also have columns which are being referenced from certain other tables. 

Because some tables are getting big and this is affecting the overall performance (mainly insert performance) I was thinking of creating some denormalized tables in which I will keep the necessary relevant data and delete older records afterwards. This is ok for the app from a business point of view, but technically I am not sure how it could be tackled. 

Is there any tool which might help with this kind of situation?

Not sure if it makes a difference anyway this is Postgresql 14.5. 

Many thanks!



В списке pgsql-admin по дате отправления:

Предыдущее
От: Daniel RC
Дата:
Сообщение: Re: Performance Tool - PostgreSQL
Следующее
От: Ron
Дата:
Сообщение: Re: Archiving old data when foreign keys involved