All,

I have uploaded over 500k(eventually it will be 2 million) records and made
them searchableEntity.

  def HandleEntity(self, entity):
    ent = search.SearchableEntity(entity)
    return ent

I have implemented MemCache.

I am Searching these records using keywords , then iterating the results and
adding to a collection.

 query.Search(keyword)
 for result in query.Get(101, offset):
  results.append(result)

I keep getting "High Amount of CPU" warning. ANy ideas on what strategies I
can use to improve the performance ? The Dashboard never shows CPU used over
2%...but i get appengine quota error every once in a while.

This request used a high amount of CPU, and was roughly 1.3 times over
the average request CPU limit. High CPU requests have a small quota,
and if you exceed this quota, your app will be temporarily disabled.


Rgds,
Venkatesh

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