Does using grouped by in a list have a significant effect on performance if your have many record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 12:24 AM
Hello experts,
We were tasked to investigate on utilizing grouping by in a list. Does using group by in a list cause a performance issue on the instance if there are a lot of records?
Regards,
Vaine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 12:32 AM
Hi @Rain Vaine ,
If the records are huge then for sure grouping n ungrouping records from a list view will cause high memory utilization which will lead to performance issue. But again if u r doing it as a one of inorder to check something then its fine. Many users will do it at the same time or so then yes it will definitely impact performance.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 03:43 AM
Hi @Rain Vaine
It depends on many factor
- Table your are using
- Field
- With combination
- Data count
- Users doing same group by
If data is more and more it can impact.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************