On Aug 12, 10:02 am, Nikita Srivastava <[email protected]> wrote: > Thanks for the suggestions. I had one more question - Although we're using > sparse entity distribution, each of our entry is indexed on two primary > properties, so we don't build any composite indexes. But the entities are > retrieved through the basic index at a really fast rate, no writes, only > reads, but they are really fast. Should I be worried about contention > issues? Some entities might face 1000+ reads/sec retrieved though a query > done on a property. But we retrieve only upto 30-50 entities per query.
Contention is only an issue with writes, and then only for entities in the same entity group. -- 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.
