materialize icon indicating copy to clipboard operation
materialize copied to clipboard

persist: update postgres consensus to page through versions

Open pH14 opened this issue 3 years ago • 0 comments

Quick PR to put some bounds on the scan query and page through the resultset. If gc ever falls behind, we should be polite to CRDB and not ask for unbounded amounts of data at once.

Motivation

  • This PR fixes a previously unreported bug.

Tips for reviewer

Checklist

pH14 avatar Jul 29 '22 15:07 pH14