function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
irfan azizirfan aziz 

How to use the pk chun(builk api) option in java client?

There is option to run for large datasets with pk chun option in Curl . Which divides the large data set into smaller chunks. I am wondering how to achieve the same thing in Java? I have managed to run this sample code. But it fails for large tables with around 1 million rows due to out of memory error.