Hi Raimundo, Beginning of answers to your questions:
1) user profile: do you mean multi-tenant ? Yes it's possible see http://code.google.com/appengine/docs/java/multitenancy/overview.html Else, if user profile is just data about user, yes you can upload it. s 2) yes, you can upload bulk data: see http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/ 3) yes, you can with bulk uploader: see above 4) the more data you have, the more work (cpu, datastore activity, etc.) you will generate on the back-end for the uploaded -> more cpu consumed regards didier On Feb 11, 2:50 am, Raimundo <[email protected]> wrote: > Hi, I'm interested in using google application engine, and I have > several questions about them: > > 1. You can create an application with user profiles? > 2. You may upload a large amount of information as a bulk copy? > 3. If I have an application that produces 432,000 events per day, I > can upload the data to google application engine once the information > is being generated? > 4. No matter the source of the data, the CPU time consumption is used > in the google application engine is the same? > > Thanks!!! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
