Wednesday, February 15, 2012

Re: Terrible performance when deployed to GAE

It's not clear to me - the error traceback, as you can see, doesn't
have to do with a specific query. And the request isn't showing up in
appstats because it fails. The ones that do succeed and do show up in
appstats show a ton of time taken for even the most simple queries
(like 300ms), and > 1 second for a single-varcharfield match on a
40,000 entry table.
Re: the abovementioned 1100ms query, this is what I see in appstats:
args = (u'jimmy4@yahoo.com',)
query = 'SELECT `rapleaf_engine_rapleafprofile`.`id`,
`r...h_user`.`id`) WHERE `auth_user`.`email` LIKE %s '
self =
CursorWrapper<cursor=Cursor<_conn=ApiProxyConnection<_deadline_seconds=30.0,
_dsn=None, ...>, ...>>
do those latencies sound way high to you?

No comments:

Post a Comment