Skip to content

Commit

Permalink
0002621: Slow performance of ConfigurationChangedDataRouter on trigger
Browse files Browse the repository at this point in the history
re-creation with many triggers
  • Loading branch information
jumpmind-josh committed Jun 30, 2016
1 parent 42f93dc commit a6cfb3f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -96,6 +96,9 @@ public TriggerRouterServiceSqlMap(IDatabasePlatform platform,

putSql("activeTriggerHistSql", "" + "where inactive_time is null ");

putSql("activeTriggerHistSqlByTriggerId", ""
+ "where trigger_id=? and inactive_time is null ");

putSql("allTriggerHistSql",
""
+ "select trigger_hist_id,trigger_id,source_table_name,table_hash,create_time,pk_column_names,column_names,last_trigger_build_reason,name_for_delete_trigger,name_for_insert_trigger,name_for_update_trigger,source_schema_name,source_catalog_name,trigger_row_hash,trigger_template_hash,error_message "
Expand Down

0 comments on commit a6cfb3f

Please sign in to comment.