mdSummary - What is the purpose of the 'groupByLimit' parameter?

Réponse

The 'groupByLimit' parameter specifies the maximum number of levels in a group-by set. When the server reaches this number, it stops processing to avoid creating excessively large result sets. This helps manage performance and resource usage.
Did this answer help you?