cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
3
Replies

CDR Records Purging by CCM 4.1

ra_jeshkalra_2
Level 1
Level 1

Hi,

In my CCM 4.1 the MAX CDR Records is set as 1500000. I want to know how CCM purges the record when the count reaches 1500000. Does it deletes all of them at once(or it deletes them based on some condition?) and the records again start increasing from 0 to 1500000.

Thanks

Rajesh

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

it simply starts deleting oldest records, think of this as a circle, once you complete a whole turn you start writing were you started

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

Thanks.

But does it keep on deleting from the oldest till the count becomes zero?

and then waits for the record count to become 1.5million before it starts to purge again?

thanks

I thought the circle example would be enough, apparently not

If you have 10 slots and imagine them in a circle, the next element to 9 would be the 0

0123456789

When you reach data 11 you replace 0, 12 replaces 1, 13 replaces 2, etc and so on til the end of times. You never really delete, but rather replace data.

It's a circle, you replace the elements.

When you write data 1,500,001 you delete the 1st entry you have in DB, which is the oldest and so on

Is it clear now?

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate