incremental load
Generic Delta load functions for tables with timestamp and id
When loading data from many tables, and when its necessary to do more than the usual store and drop commands. You often end up with a lot of code that does stuff: Like fetching last timestamp for the load or storing the incremental data. And quite a lot traces to make its works correctly.
So I tend to write some functions for this which lets you save many line of code and make maintenance so much easier.
These functions should work generically for any tables that both have a modified date and an auto incrementing id fields.
Recent comments
4 min 46 sec ago
5 min 2 sec ago
3 weeks 2 days ago
4 weeks 1 day ago
5 weeks 20 hours ago
5 weeks 20 hours ago
5 weeks 20 hours ago
5 weeks 20 hours ago
5 weeks 20 hours ago
5 weeks 20 hours ago