Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - SQL 的用法 » 性能提高、诊断和监控 » 关于提高性能的提示

 

替换高开销的触发器

评估触发器的用途以查看一些触发器是否可以由数据库服务器中提供的功能替换。例如,使用最新的更新时间和用户信息更新列的触发器可由数据库服务器中相应的特殊值替换。此外,使用现有触发器上的缺省设置也可以提高性能。

 另请参见