Skip to main content
Question

Purge Info_services_rpt

  • August 11, 2023
  • 5 replies
  • 182 views

paguin
Sidekick (Partner)
Forum|alt.badge.img+11
  • Sidekick (Partner)
  • 165 replies

Hello,

Can also one suggest best way to purge Info_services_rpt table - IFS10

I dont see any related cleanup job for the same.

Regards

Pankaj

5 replies

Shanaka Tennakoon
Hero (Employee)
Forum|alt.badge.img+12
  • Hero (Employee)
  • 152 replies
  • September 11, 2024

Hi @paguin ,

Did you find a solution for this?

 

/Shanaka


Krister Liljedahl
Do Gooder (Employee)
Forum|alt.badge.img+3
  • Do Gooder (Employee)
  • 5 replies
  • September 11, 2024

Hi,

 

The rows in Info_services_rpt are supposed to be removed by the standard Heavy Cleanup job when it removes reports from the Report Archive.

 

/Krister


Shanaka Tennakoon
Hero (Employee)
Forum|alt.badge.img+12
  • Hero (Employee)
  • 152 replies
  • September 11, 2024

Hi,

 

The rows in Info_services_rpt are supposed to be removed by the standard Heavy Cleanup job when it removes reports from the Report Archive.

 

/Krister

HI @Krister Liljedahl I’ll check this. for this customer  INFO_SERVICES_RPT table contains around 1 billion records and occupies around 780 GB.

 

/Shanaka


Shehan Chandrasekara
Sidekick (Former Employee)
Forum|alt.badge.img+8

Best thing is to backup the records available in the archive_tab by using result key and then truncate the table.

 

After that reinsert the records which already in the backup.  


Shanaka Tennakoon
Hero (Employee)
Forum|alt.badge.img+12
  • Hero (Employee)
  • 152 replies
  • September 16, 2024

Hi,

 

The rows in Info_services_rpt are supposed to be removed by the standard Heavy Cleanup job when it removes reports from the Report Archive.

 

/Krister

Hi @Krister Liljedahl ,

This is correct as the Heavy cleanup job removes the data in info_services_rpt
 

DELETE FROM INFO_SERVICES_RPT WHERE RESULT_KEY = :result_key

/Shanaka