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
The performance gains from switching to CSV are substantial. In some simple bench marking I found that querying 25k sObjects takes ~83% less time (14s vs. 86s) and consumes ~95% less memory (29MB vs 554MB).
On Sat, Aug 15, 2015 at 5:44 PM, Ilya Hoffman [email protected]
wrote:
The performance gains from switching to CSV are substantial. In some simple bench marking I found that querying 25k sObjects takes ~83% less time (14s vs. 86s) and consumes ~95% less memory (29MB vs 554MB).
Reply to this email directly or view it on GitHub: #39 (comment)
In the job file:
https://github.com/yatish27/salesforce_bulk_api/blob/master/lib/salesforce_bulk_api/job.rb#L205
You are using xml to download batches of large data sets.
This is unideal since salesforce allows you to specify csv [0] as the type.
This would have the following pros:
[0] - http://www.salesforce.com/us/developer/docs/api_asynch/
under Bulk Query -> Bulk Query Details
The text was updated successfully, but these errors were encountered: