Hello There,

I am looking for ideas for optimizing "search" for my app
(http://payrate.appspot.com).

I have around 700K records as of now.

There are two issues i am facing

1. TypeError: 'NoneType' object is unsubscriptable : I get hundreds of
these per day. I cannot get a handle on what is causing this. I have
added composite index (__searchable_text_index ▲ ,
__searchable_text_index ▲).

2. Abrupt time-out errors : models.Visa.all().search(keyword.lower())
. I uses this to "search" for records based on keywords and run into
frequent time-out errors. Unless this gets fixed, I cannot add any new
functionality.

Would appreciate if i could get help on fixing these errors.

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 google-appengine@googlegroups.com
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