Postgre内建触发器函数suppress_redundant_updates_trigger
1、探究 suppress_redundant_updates_trigger 是否真的起作用了,有insert_time,update_time的情况下。
2、探究 suppress_redundant_updates_trigger 触发器对数据插入和更新速度的影响。
suppress_redundant_updates_trigger是在PostgreSQL 9.5版本中引入的内置函数,而我本地的PostgreSQL 版本是9.4,暂时无法完成测试:
select version(); -- 9.4.24
https://www.runoob.com/manual/PostgreSQL/functions-trigger.html