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

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -