cmdb_model has 30 millions records but I cannot find what is adding 80k records daily.

jakejeon
Tera Contributor

In my company, the cmdb_model table receives about 80,000 new records daily, but I cannot determine what process is inserting these records. What is the best way to trace this?

1 REPLY 1

Bhimashankar H
Mega Sage

Hi @jakejeon ,

 

Please check by using updated, updated by, created or created by then you will know if any integration is creating these records or any scheduled job.

 

1. Check if it has any transform maps defined/ import set table defined.

2. Search in script includes for any fuction is having glideRecord on this table or any import set table 

3. Check for flows if anything has created record on this table

4. You can check the logs as well.

 

Try it out.

 

 

Thanks,
Bhimashankar H

 

-------------------------------------------------------------------------------------------------
If my response points you in the right directions, please consider marking it as 'Helpful' & 'Correct'. Thanks!