Chunked-resume
Go with chunked-resume when big tables or the risk of interruption make starting over too costly to stomach.
What defines this pattern
Section titled “What defines this pattern”resume = trueunlogged_tables = falsechunk_size = 100000or tuned to your data shapevalidation = "row_count"
Best fit
Section titled “Best fit”- very large tables
- unstable networks or long-running maintenance windows
- rehearsals where recovery procedure matters as much as raw throughput