how many level we can do dot walking in Glide Record query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 10:03 PM
I am doing Glide Record query to sc_category table to find the top most parent category name.
I wanted to know to how many level we can do the dot walking in the same table without having any performance issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 10:09 PM
no such limitations but yes if you dot walk more then it will have performance impact.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 10:10 PM
As OOTB, recommended to limit your dot walking to a maximum of 3 levels for optimal performance and to avoid impacting the system's responsiveness.
But we can dotwalk as many level you want to achieve your requirement on single record, when its come to multipe records then it might impact on the performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 12:08 AM
Hi @as00929632 ,
It's recommended to limit dot-walking to 3-4 levels within the same table to avoid performance issues; for deeper queries, use GlideRecord instead.
If my response was helpful, please mark it as the correct answer and close the thread. This will help others who come across the same issue.
Thanks!
Gaurav Rathaur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 12:17 AM
Hi @as00929632
You can do it as much as you can do any number of times as dot-walking, but as number dot walk increase, you will increase your performance issue.
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************