I have a question that perhaps someone can give me some insight on. I have a list of thousands of keywords in my website that I am going to constantly need to query and iterate through. So I thought rather than querying for every keyword in the datastore everytime, I should store it in the memcache. But even this doesn't seem like a very good solution as the memcache gets eliminated and I'm going to have to somehow query the whole list and store it back into memcache everytime it gets disposed of.
I thought about having the list stored as sharded arrays into memcache, so when it does get disposed of, then I only have to update the keywords that start with "N", for example, but this still doesn't seem like the best solution. Is there a better way to do this? -- 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.
