- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:08 AM
The maximum number of records that can be returned when querying a table in ServiceNow is determined by the system property 'glide.db.max_view_records'. By default, this property is set to 10,000 records. However, this limit can be increased or decreased by modifying the system property.
Here are the key points:
- The system property 'glide.db.max_view_records' controls the maximum number of records returned from a database view.
- By default, this property is set to 10,000 records.
- This limit applies to all tables in ServiceNow, not just database views.
- The limit can be increased or decreased by modifying the system property.
- However, increasing the limit may impact system performance.
- It's recommended to use pagination or filtering to manage large data sets.
- If a query exceeds this limit, only the first 10,000 records will be returned.
- The remaining records can be accessed by running additional queries.
nowKB.com
If you want to know any information about Service Now . Visit to https://nowkb.com/home