Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-498

The REPORTING_EXECUTIONS table of the reporting database should provide the order history id information

    XMLWordPrintable

Details

    • Feature
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.12
    • 1.12.8
    • None

    Description

      Current Situation

      • The REPORTING_EXECUTIONS table contains information about the executed order steps.
        • REPORTING_EXECUTIONS.HISTORY_ID represents the task history id information (corresponds to SCHEDULER_HISTORY.ID) and can be accessed directly by the JOC to receive the execution data of a given task.
        • The order history id information (corresponds to SCHEDULER_ORDER_HISTORY.HISTORY_ID) is not available and can be retrieved only by joining the REPORTING_TRIGGERS table (REPORTING_TRIGGERS.HISTORY_ID).

      Desired Behaviour

      • The REPORTING_EXECUTIONS table should contain the order history id information to improve query performance.
        • Introducing a new column REPORTING_EXECUTIONS.TRIGGER_HISTORY_ID (corresponds to REPORTING_TRIGGERS.HISTORY_ID)
        • Queries should be optimized with this field.

      Attachments

        Activity

          People

            re Robert Ehrlich
            re Robert Ehrlich
            Oliver Haufe Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: