Re: [google-appengine] Re: How to insert records more than 1000 in Google App Engine Datastore ?

2013-11-25 Thread Jayakrishnan
Hi Vijay, I think the best practice must be to do the puts at some intervals. Like say if I am processing pay records for a month and it counts to like 2000. then I will do 500 records/put. If you want to keep the count of whole number of records, then use % operator on the record count to do the

[google-appengine] Re: How to insert records more than 1000 in Google App Engine Datastore ?

2013-11-25 Thread timh
You do it the same way you insert 1000 records, you just insert a few more, then you will have more than 1000 records. On Monday, November 25, 2013 2:51:54 PM UTC+8, Vijay Kumbhani wrote: > > pls help > -- You received this message because you are subscribed to the Google Groups "Google App