Hi,

I am testing performance of my get calls on a entity
below is the result(Miliseconds) without MemCache

Without MemCache
1 user

1st time :9797
2nd Time :3790
3rd Time :3091
4rd Time :3634
5th Time :2771
6th time :3890

Without MemCache
10 users:

1st time :3242
2nd Time :3874
3rd Time :2990
4rd Time :3790
5th Time :3027
6th time :3627


Now i added @cache on my entity and thought of decreasing fetch time but i 
got this
With MemCache
1 user

1st time :10470
2nd Time :5478
3rd Time :5661
4rd Time :5762
5th Time :5182
6th time :5627


10 users:

1st time :5732
2nd Time :5766
3rd Time :5886
4rd Time :5948
5th Time :4745
6th time :5359


Now i am not sure why time got increased with Memcache
can you please help in in pointing out my mistake while making entity 
cacheble?


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/38d4c44b-63a5-47f2-8bfc-0410006a988d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to