Quote:
Originally Posted by getback0
do you think it will significantly slow OLTP operations??
|
That, of course, depends on what exactly your trigger will do and how your OLTP environment is constrained. The things you may want to look at:
- peak transaction rate and whether your environment can accommodate additional load;
- current CPU or I/O bottlenecks;
- concurrency (locking) issues;
- application response time requirements (is there any headroom to add another insert/update to each transaction).