You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rangefeed: reuse annotated context in ScheduledProcessor.process()
Context construction is expensive enough to show up in CPU profiles.
With 20k rangefeeds/node on an idle cluster, this made up 1% of overall
CPU usage, or 4% of rangefeed scheduler CPU usage.
Epic: none
Release note: None
0 commit comments