I Have around 100,000 entries in database(MySQL) that updates every 10 minutes.
If i use GAE DataStore in Server Application(hosted somewhere) and Again GAE Datastore on Client will it fit the QUOTA Limits? On Sep 13, 12:39 am, gk <[email protected]> wrote: > Hey Kb, upload another "special version" of your GAE app. Use that > "special version" to run Java code that imports the data. > > All versions of an GAE app use the same datastore. > > Possibly write and run localy a utility application to POST each > record to your GAE datastore / or GET each record from an existing > server. > > On Sep 12, 9:04 pm, Kb <[email protected]> wrote: > > > > > > > > > I have written a GWT app which uses Datagram Packets in Server Side. > > So i cannot server side code in Googe App Engine. > > > I want to use GAE for its faster speed than other webhosts (and free). > > > My Code is like this Server->Database- and then Database->Client > > > Now can i copy *Data stored in External Database in external Server to > > DataStore(or any other thing) to run on GAE.* > > > Will it be feasible / Possible ? -- 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.
