Hi All,
I have a situation to insert records into local database from api resultant (which is large json arry about 5000 records).i can insert into local database. But only issue is if it is large data . How to handle this process , is there any way to insert like batch by batch insert into database in order reduce the memory usage.
If anyone know suggest some idea with suitable example.
Thanks in advance
Karthik K