cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC Housekeeping related to comments, BPF and work status

former_member210696
Active Contributor
0 Kudos
320

Hi All,

BPC 10 on HANA.

For one of our clients, we have huge data in the system and it is becoming difficult to keep up the performance as well as things related to housekeeping. We are doing things like lite optimize, transaction data archival, etc. already. What I am trying to understand is if there is a standard process for housekeeping related to comments, BPF and work status and whether will it really improve the performance of the system?

I read about comments tables - CMT and CMTA and that there is a class CL_UJC_CMTMANAGER whose method ARCHIVE_CMT can be implemented to move old comments from CMT to CMTA table. I would like to understand if this moving of comments from comments to archive table impacts performance?

Further, are there any similar activities for work status (apart from delete locks) and BPF as well?

Regards,

Ashish

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Ashish,

I don't think that work status tables can significantly affect performance... Same story about comments - do you have a huge number of comments? You have to test the performance effect yourself using copy of the environment...

Vadim

former_member210696
Active Contributor
0 Kudos

Hi Vadim,

We need to suggest steps to the clients which could potentially affect the performance. So, I was hoping if someone has already done any housekeeping activities, we could do the same on sandbox system and suggest to the client.

Regards,

Ashish

former_member186338
Active Contributor
0 Kudos

There is no magic solution, each case have to be tested on the real model before implementation...