How many results are you fetching, how big are the entities, and does it _always_ time out, or just frequently? Does fetching a smaller number of results cause it to time out less?
-Nick Johnson On Wed, May 13, 2009 at 7:42 AM, DiveIntoGAE <taogf1...@gmail.com> wrote: > > The code is below, it is always timeout, why? how can i improve it?: > > deptId = self.request.get('deptId','01000000') > deptIdBig = deptId.replace('00','99') > > personsInfoQuery = db.Query(BS_EMPLOYEE_BASEINFO).filter('DEPT_ID >>=', deptId).filter('DEPT_ID <', deptIdBig) > --~--~---------~--~----~------------~-------~--~----~ 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 google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---