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
Extend the Store interface + snapshot_requests migration to persist/read cursors; recorder writes cursors during snapshot; a fresh run resumes mid-table from the store.
Requirements
Cursor persisted per (table, sub-range) during a run
Process restart mid-table resumes from the persisted cursor
What to build
Extend the
Storeinterface +snapshot_requestsmigration to persist/read cursors; recorder writes cursors during snapshot; a fresh run resumes mid-table from the store.Requirements
Depends on