Closed tanonev closed 8 years ago
Chatted offline and still WIP
Actually how is this better than upsert with custom sql. or is the intention just to make it a bit more convenient ?
This is meant to be a convenience method; the idea is if your upsert statement fits the delta load pattern already, you can switch it from an upsert to a delta load and get a performance benefit (and lack of dependency on full history) for free.
On Tue, Feb 2, 2016 at 11:29 AM, Sourabh Bajaj notifications@github.com wrote:
Actually how is this better than upsert with custom sql. or is the intention just to make it a bit more convenient ?
— Reply to this email directly or view it on GitHub https://github.com/coursera/dataduct/pull/216#issuecomment-178775921.
PTAL @sb2nov