The CreatorCon Call for Content is officially open! Get started here.

Job collecting only 5000 records for indicators

Akhilkumar2
Mega Contributor

Hi All,

I haved created one daily and one historic job(6 months) for an indicators source.

It contains 10 indicators .

While running the jobs, it gives warning as below. Please share the answers if any one knows..

find_real_file.png

3 REPLIES 3

StewGreen
ServiceNow Employee
ServiceNow Employee

Hi,

This warning is because you have exceeded the limit of the property below:

com.snc.pa.dc.max_records

Maximum number of records that are stored on the Snapshots [pa_snapshots] table during each data collection. This limit applies only when Collect records is selected for an indicator. This limit does not apply to scores.

Generally, the default limit provides enough detail into collected records. Increasing this limit may impact performance during data collection or when performing operations on the Snapshots table.

  • Type: integer
  • Default value: 5000

 

The following docs page provides further information on PA properties that are in place.

Performance Analytics properties

 

Akhilkumar2
Mega Contributor

Hi StewGreen,

 

But for some other indicator the same job is collecting more than 10000 records..

why it is that so?

 

Regards,

Akhil

 

The 5000 limit refers only to the snapshots, not the scores or the records scored.  When you say it is collecting more than 10,000, are you referring to snapshots with more than 10,000 records or just that more than 10,000 records are included in the scores themselves?