Sometimes need to run a report that filters with:
- specific process
- specific activity
- date range
- Action = Approve
Report to list the destination user that approved.
serverlog.actinstdest table has 11,457,455 rows.
serverlog.procinst has 657,772 rows.
I get timed outs using ActivityInstanceDestination SmO. K2 5.2 FP27.
Direct query in SQL server table via joins is fast.
How have you guys tackled this issue?