Hacker News new | ask | show | jobs
by jacques_chester 2076 days ago
It's tremendously useful for ETL.
1 comments

That's super interesting. Can you share some more information on why it's so useful for ETL?
Think of it as a temporary table that doesn't automatically disappear at the end of the session. If nothing but your ETL process cares about the data until it's done being processed, and you still have the original data until the processing is done, in the worst case scenario (the server crashing) you just have to start your ETL process from the start.