Tag: Optimisation

Delta Merge — Optimisation Strategies

This post discusses how we improved our Delta Merge performance using Concurrency and Partitioning. It also describes a few other strategies for performance gains based on what we observed in production. For a primer on how Concurrency works, please refer to the documentation. Fi...