Increase the limit for using triggers above 10,000!
I've been trying to implement a trigger to estimate the min/max/average for all the records in my database. If I have four fields I want to estimate min/max/avg values for with a table of 1,000 records I get an error (e.g. 3 aggregations x 4 fields x 1,000 records = 12,000 which is above 10,000. This is very restrictive for doing aggregation calculations. I've also not noticed any performance issues. This limit can be lifted without any compromises for those who need it.
18
votes
Anonymous
shared this idea
-
Anonymous commented
Great idea and really necessary for those of us using Caspio to manipulate data. Needs to be increased for tasks also.