Jump to content
  • 0

trigger record limit


sfa71

Question

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

  • 0

Hi,

I believe there might be a limit on the number of affected records. For example, if you are inserting or updating 10,000 records in the table. Also you should check for any cascading triggers on the table where the event is occurring because that is also counted.


Also sharing similar post.
 

 

Link to comment
Share on other sites

  • 0

Hi @sfa71,

I notice that the triggered action limit will be based on the plan you are currently in and it is also mention on the documentation. Also, it will affect if you have triggered action on the table you associated to :

https://howto.caspio.com/triggered-actions/triggered-actions-2/#:~:text=Date%2C and Variables. -,Limits,-Depending on your
https://howto.caspio.com/triggered-actions/triggered-actions-2/#:~:text=and pricing.-,Maximum number of affected records,-– the sum

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...