Items tagged migrations, stripe in Nov, 2023
Filters: Year: 2023 × Month: Nov × migrations × stripe × Sorted by date
1 result
Stripe: Online migrations at scale (via) This 2017 blog entry from Jacqueline Xu at Stripe provides a very clear description of the “dual writes” pattern for applying complex data migrations without downtime: dual write to new and old tables, update the read paths, update the write paths and finally remove the now obsolete data—illustrated with an example of upgrading customers from having a single to multiple subscriptions.