restatedev / restate

Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
https://docs.restate.dev
Other
1.65k stars 37 forks source link

Side quest: Optimize ReadOnlyInvocationStatusTable#all_invoked_or_killed_invocations #2349

Open slinkydeveloper opened 3 days ago

slinkydeveloper commented 3 days ago

This avoids loading the full InvocationStatus in memory, only to read invocation target and status. Depends on https://github.com/restatedev/restate/pull/2335, only the last commit is relevant to this PR