Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It limits the number of breakdown elements that can be processed during optimized data collection, affecting data granularity. |
| What area does it affect? |
Optimized data collection |
| What does the default mean? |
The default value is "'-1", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting data collection strategies or optimizing performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.snc.pa.dc.hsql.max_breakdown_elements_limit |
| Sys ID |
1d980e81c3101110af6771b1d840dd83 |
| Type |
integer |
| Application |
Global |
| Default value |
'-1 |
| Description |
Maximum number of breakdown elements for a breakdown to be included in optimized data collection |
| Updated |
2024-05-25 04:39:30 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... If the number of search terms exceeds the limit specified in the com.snc.pa.dc.max_breakdown_elements_limit property, the dashboard will not show any data. Be sure to set the value of com.snc.pa.dc.max_breakdown_elements_limit or com.snc.pa.dc.hsql.max_breakdown_elements_limit property to be greater than or equal to sn_ci_analytics.max.search.threshold. The default value of these properties is 10000. See Breakdown and indicator Performance Analytics properties and Data collector Performance Analytics properties ...
Context preview
Snippet 2
... collects the scores for those 5,000 elements. With nested collection turned off, the job does not collect any scores for this breakdown source. • Type: integer • Default value: 10,000 com.snc.pa.dc.hsql.max_breakdown_elements_limit Maximum number of breakdown elements retrieved by data collection for each breakdown source. If the number of elements on a breakdown source exceeds this limit, the data collector does not ...
Related properties