Big Tables, Roll Ups and Roll Ups of Roll Ups

I have moved a glide table to a big table. I get the 100 rows limit (below) all the time because some of the columns are compute columns (e.g. rollups of other tables (Event.influencers is a rollup (count) of a table of attendees to an event)). I then do roll ups against the same big table (events) across 4 different categories. These 4 categories are then rolled up to a grand total for the area. All against the same Glide big table.

Any individual category rollup will be less than 100; but the total events (in this example) in the big table will be over 200.

Is this a problem with Glide big tables and the 100 row limit. I am not ‘rolling up’ a count of 200 compute column rows in one query in one table…but I am rolling up a count of 50 compute column rows 4 different times then rolling up these totals (in this example 200 events occurred against the same big table.)

Hope this makes sense and that I am not hitting the 100 row limit cause I am aggregating.

Regards,

Matt