Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-5339

Better Time Tracking for ExecuteSQL Durations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.8.0
    • Extensions
    • None

    Description

      ExecuteSQL uses an attribute, `executesql.query.duration`, to track how long query execution and fetch took.

      For multiple result set queries this is a cumulative/running total, and is not specific to each query.

      Also, there is no separation between query execution and fetch times.

      Updates:

      • Add a dedicated property `executesql.query.executiontime` to track the base query execution time.
      • Add a dedicated property 'executesql.query.fetchtime` to track the per resultset fetch time.
      • Update the existing `executesql.query.duration` to be the sum of the other two times.

      Attachments

        Activity

          People

            pwicks Peter Wicks
            pwicks Peter Wicks
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: