Hey Bruce, What aspect of scalability are you trying to test? I would suggest you generate your test data on GAE using task queues or backends. You might find generating the data using GAE is more efficient than doing it locally and uploading the data. How you generate that data will depend very much on your data.
Robert On Aug 19, 2011 10:59 AM, "Bruce Aloe" <[email protected]> wrote: > > Hello, > > I have defined some models(tables) in GAE data store and upload little > amount of data to each of them using GAE bulkloader. I have also > written a system in Java to query the data stored in the models of > GAE. Now i want to test the scalability of my system. Therefore i need > a benchmark to generate big amount of data for the model i defined in > GAE. > > Is there any such benckmark from GAE? What are your suggestions? > > Any help is very appreciated. > > > Thanks a lot! > > Bruce > > -- > 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. > -- 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.
