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
Perform the upsert queries as we reach the requisite batch size while reading JSON files, not all at the end (which leads to significant memory consumption for a lot of opinion data)
Download CL tar files to disk rather than holding them in memory so as to consume less memory
Parallelize downloads but not tar extraction (faster downloads but don't kill RAM usage)
The text was updated successfully, but these errors were encountered:
A few things we can do
The text was updated successfully, but these errors were encountered: