Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
1) downloading the data to create a 10 GB bulkloader-results.sql3 file: 30 hours.
2) intermediate step creating a 25 GB temp file (described in
3) writing out the resulting CSV file from the temporary view: 7 hours
I believe that steps 2 and 3 are unnecessary. It would be much better to be writing the transformed output in parallel with the download.
(In my example, this would save 25% of the overall time and save 200% of the disk I/O operations).
This feature would solve