com.snc.pa.insights.query_limit
ServiceNow property description:
Limit the number of rows when querying par_computed_insight table in the GET request to Insights API
Attributes
- Sys ID: 3e58b38743513110d6015042e9b8f239
- Type: integer
- Application: Global
- Default value: 1000

AI generated property description:
The ServiceNow property `com.snc.pa.insights.query_limit` is used to limit the number of rows returned when querying the `par_computed_insight` table via the GET request to the Insights API. This property helps manage performance and resource utilization by restricting the volume of data retrieved in a single query. By setting this limit, administrators can prevent excessively large queries that could impact system performance. The default value and specific configuration details for this property can be found in the ServiceNow documentation. Adjusting this property ensures that the Insights API operates efficiently within the defined constraints.
Source