agg_performance.json 365 B

123456789101112131415
  1. {
  2. "type": "SQLOperator",
  3. "node_name": "AGGREGATION_NODE",
  4. "metric_names": [
  5. "LocalTime"
  6. ],
  7. "rule": {
  8. "expr": "vars['LocalTime'] - float(vars['InputRows']) / 0.01",
  9. "message": "Excess time (over expected time) spent in the aggregate; might be caused by complex group by",
  10. "label": "Slow Aggregate"
  11. },
  12. "fix": {
  13. "fixable": false
  14. }
  15. }