Hi all, I developing an application on app engine using data store. We had 30 tables and more numbers of fields in the relational DB (mySql). I want to deploy it on the google app engine using data store. How can I implement it using google data store, should I create 30 objects or is that enough create only one object and create all the fields in only one object. How I set primary key on multiple keys? Is there any need to set primary key. I will be using Lucene to search data.
Thanks in advance. . -- 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.
