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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -