sa.lookup_tables.tables_for_limited_query
ServiceNow property description:
comma-separated list of table names to limit lookup query, we add a limit to the table list, and all tables are inherited from them. The default value is cmdb_ci,cmdb_serial_number
Attributes
- Sys ID: 343dcb1d771a021036bc79ba2c5a9909
- Type: string
- Application: Global
- Default value: cmdb_ci,cmdb_serial_number

AI generated property description:
The ServiceNow property sa.lookup_tables.tables_for_limited_query defines a comma-separated list of tables for which lookup queries are restricted by a record limit. By default, it is set to cmdb_ci, cmdb_serial_number, and all child tables inherit the same limitation. This property works in conjunction with sa.lookup_tables.max_records_to_check, which sets the specific record cap applied during lookups. Administrators configure this property to prevent performance issues that can arise when lookup queries scan very large tables, particularly in CMDB-related use cases. Expanding the list can improve system stability by controlling query size across additional tables, while removing tables reduces restrictions but risks performance degradation in high-volume lookups. Proper configuration is critical to balance system efficiency with the need for comprehensive query results.
Source