Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-2475

The RelationalNode.collectNodeStats is only subtracting out the last node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.4.1, 8.5
    • 6.0.0
    • Query Engine
    • None

    Description

      The "Node Cumulative Next Batch Process Time" Statistic

      If you have a look at the explain plan (attached). Following the definition,
      the JoinNode Node Cumulative Next Batch Process Time: 565471. So, it is the summation of AccessNode (Node Process Time: 892860) + DependentAccessNode (Node Process Time: 439) + JoinNode (Node Process Time: 2203120). The summation does not agree.

      The RelationalNode.collectNodeStats looks wrong (it's effectively only subtracting out the last node)

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            rhn-support-dsteigner Deborah Steigner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: