database - Is there such thing as a "asynchronous trigger" in DB2? -


what want know whether possible program insert staging table, , have trigger run asynchronously on piece of data. procedure trigger running time consuming process, that's why wanted run asynchronously.

for kind of operation, program cron, , @ specific times. can use taskcenter (which deprecated since version 9.x) , can trigger process whenever want, or when condition has been reached.

anyway, have more clear necessity of begin asynchronous. table acquire many locks? process use lot of cpu? table used in parallel other processes?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -