Does writing more than one trigger affect database or table performance.
Answer Posted / Nuzhat Raza
Yes, writing more than one trigger on a single table or database can potentially affect the performance. Each trigger adds an additional action that must be executed whenever the relevant event occurs, which can increase the time required to process changes. It is important to carefully consider the purpose and complexity of each trigger, and to test its impact on performance before deploying it in a production environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category