Trigger record limit I understand is 10,000. I'm looking for more resource that might explain what the record count is based on. for example, does a SELECT statement over a table count every record in the table toward the 10,000 limit? I calculate I am only processing about 2500 records but the trigger keeps exceeding the 10K limit. And in testing, when the 10K threshold is met there is no alternative but the abandon the Caspio session completely as is just keeps firing the trigger and reporting the error.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
sfa71
Trigger record limit I understand is 10,000. I'm looking for more resource that might explain what the record count is based on. for example, does a SELECT statement over a table count every record in the table toward the 10,000 limit? I calculate I am only processing about 2500 records but the trigger keeps exceeding the 10K limit. And in testing, when the 10K threshold is met there is no alternative but the abandon the Caspio session completely as is just keeps firing the trigger and reporting the error.
It is a monster trigger accessing about 12 tables
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.