I’d do that as a Cloud Code Job and use directAccess
option set true. This way, your request will go directly to the database. Talking about the batches, you can use Parse.Object.saveAll()
to save multiple objects at once. If. you can share the relevant part of your code, I can try to give some more additional ideas.