Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
may i know how many records we can get using bulk query in tSalesforceInput ?
if I have 50 lakh records what is the best way to query ?
@lavan524 , usually bulk query will improve the performance of the reading writing. in SaleaforceInput will fetch the all records that are matching the query or condition you specified and will get the all records in a Bulk mode,since only one batch will create to fetch all the 50 lacks
@lavan524 , usually bulk query will improve the performance of the reading writing. in SaleaforceInput will fetch the all records that are matching the query or condition you specified and will get the all records in a Bulk mode,since only one batch will create to fetch all the 50 lacks