> I do not know how this compares to the live version of appengine, but > on the development sdk it was huge.
It would probably be magnified on the local SDK which seems to use an inefficient storage scheme. If you load up your local datastore with data, you'll notice your puts get longer and longer. Obviously, the live datastore doesn't have this characteristic. And as bad as puts() are, local transactions are killer. Try doing your 122 puts under transactions :) Enough is enough. I've decided to make and release via open-source a benchmark app. Will start working on it after a late lunch. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
