Tagged Questions
What is differential execution and what is it good for?
33
votes
6answers
7k views
How Does Differential Execution Work?
I've seen a few mentions of this on SO, but staring at Wikipedia (the relevant page has since been deleted) and at an MFC dynamic dialog demo did nothing to enlighten me. Can someone please explain ...
2
votes
2answers
271 views
What is Differential Execution?
I stumbled upon a question - How does Differential Execution Work?. Which has a VERY long and detailed answer. All of it made sense... but when I was done I still have no idea what the heck ...
0
votes
1answer
50 views
reflecting record deletions / additions between two datasets
I currently have a table of 3m records that needs updating nightly.
The data that populates this table comes from ~100 APIs that all get normalised into one jumbo table.
Problem:
How to reflect new ...