Does using grouped by in a list have a significant effect on performance if your have many record?

Rain Vaine
Kilo Sage

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

 

2 REPLIES 2

Danish Bhairag2
Tera Sage
Tera Sage

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

 

 

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************