We will think about this for the new DAL. It is not difficult to add. Other than syntactical sugar, is there a speed up? If so for now you can do
from gluon.contrib.gql import gae gae.put(...) and access the low lever gae api. On Jan 30, 6:21 pm, Jon Romero <[email protected]> wrote: > It doesn't seem that's easy to do bulk inserts for AppEngine using > web2py (please correct me if I am wrong). > The insert function for gae does a Table.put(data) (Model.put(data) in > terms of AppEngine) where for bulk we need: > db.put([array_of_Models]). > > Is this going to be corrected on the new DAL? Is there a way to have > access to db (gae) so I can do a put? > > On Jan 16, 5:08 am, Jon Romero <[email protected]> wrote: > > > > > > > Is there any way to dobulkinserts in GAE? > > > Check here number 5 (http://googleappengine.blogspot.com/2009/06/10- > > things-you-probably-didnt-know-about.html) > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

