Hey,

I have an app where every post has a category. Say a category 'cat',
for example. But if I get millions of hits of people posting in 'cat',
will this cause contention in the index? What are the workarounds?
These categories need to be somehow indexed because they are the
reason why posts make into people's newsfeeds. Also, can such a thing
cause contention? All posts are of kind 'Entry' and have a property
'postCategory' which stores a category in form of a StringProperty.

Thanks!

-- 
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.

Reply via email to