In php i could make very long SQL statement to write a lot of data in one db call.
Is there something similar in Google App Engine?
Can i build request somehow and then do just one mydata.put()
|
In php i could make very long SQL statement to write a lot of data in one db call. Is there something similar in Google App Engine?
Can i build request somehow and then do just one |
|||
|
|
db.put can accept a list, so you can do |
|||
|
|