Morning everyone 😄
Question for you all: How do you guy backfill data?
I have an incremental sync that only takes my most recent changes (if I resynced everytime, would be 40h stream vs 20 minutes).
My issue is, I'm not sure what to do in the case I have a new column to add to the stream. How do I backfill the historical data? - Should I
• Resync everything, tying up the stream for 40 plus hours,
• Create a separate stream only for updating?
• Any other suggestions?
I'm guessing this would be a devops best practice somewhere, I'm just not an expert in the subject 😅