You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are only working with one ingest method: download the entire source, load it, truncate existing tables/views, and swapping the new version.
This is a weak point when considering large data sets. We need to consider different sources, source document types, sizes, relative speed and stability of loading the sources.
The text was updated successfully, but these errors were encountered:
Currently we are only working with one ingest method: download the entire source, load it, truncate existing tables/views, and swapping the new version.
This is a weak point when considering large data sets. We need to consider different sources, source document types, sizes, relative speed and stability of loading the sources.
The text was updated successfully, but these errors were encountered: