TBD54566975 / ftl

FTL - Towards a 𝝺-calculus for large-scale systems
Apache License 2.0
18 stars 6 forks source link

Design solution for automated backfills #1425

Open deniseli opened 1 month ago

deniseli commented 1 month ago

A backfill is a retroactive update to historical data. i.e. modifying the existing rows of a table, or inserting missed rows after they're discovered to be missing. Common use cases:

alecthomas commented 1 month ago

The async call system would be ideal for implementing this.