join_performance.json 357 B

1234567891011121314151617
  1. {
  2. "type": "SQLOperator",
  3. "node_name": "HASH_JOIN_NODE",
  4. "metric_names": [
  5. "ProbeRows",
  6. "ProbeTime"
  7. ],
  8. "unit": 5,
  9. "rule": {
  10. "expr": "vars['ProbeTime'] - float(vars['ProbeRows']) / 0.005",
  11. "message": "Excess time (over expected time) spent in the hash join",
  12. "label": "Slow Hash Join"
  13. },
  14. "fix": {
  15. "fixable": false
  16. }
  17. }