ios - PARSE - how to save a large table with 800 records to Parse class in one-go, instead of using For-Loop to save each array of one record at one time -
if have table 800 student records.
each student record has several fields , e.g student id, student name, contact no.
how can save these records in one-go, using for-loop loop each record in array 1 one.
as takes quite long time save 800 records if did so.
kindly please share advices , experience how can shorten time required.
Comments
Post a Comment