3013020 in complexity (with 1, 5, 20, x groups - it’s always the same complexity is way to much to only check if a group is empty. And imagine, if I want to compute the number of items in each group…
So the request is:
add a field isEmpty in the Group object to avoid this type of complex query
add a field itemCount in the Group object for the same reason
I currently use this as a workaround for many group. But as the number of group increase, the time to execute the query, which is not user friendly.
(Also, it doesn’t apply to the itemCount issue)
I guess the question is: why is not specifying the groupId 1.000 times more expensive then querying the items in a group specified by it’s groupId.
Indeed, doesn’t seem really logical.
In my opnion, requesting these two information should not destroy our complexity budget, since it’s something that can be computed and stored by monday.com backend