Hmm, i've rembered, that i've one real simple application.
There no django :)

app-id: denya

simple page handler MyTicketPageHandler(webapp.RequestHandler): get
data, show data (using template from ext.webapp)

only db request:
mytickets = TicketModel.all().filter("author =",curuser).order('-
lastmodDate')

and, if when there ~30 records, it takes ~1192ms-cpu! So i can see
warnings in Logs :-)


What i should do, if i need to fetch ~150-300 records from db and show
it?


> So, what is this?
> Is it OK?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to