You need to sign in to do that
Don't have an account?

Can we use apex batch jobs on big objects ?
We need to load initilal load on big object ,can we use batch apex if not any other solutions ?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
You can insert the below code in execute method i guess
but If you are trying to use Database.getQueryLocator method in a Batch class. it is throwing an 'Internal Salesforce Error' on the queryLocator line.
So you should use Iterator instead (with all its limits).