I am getting around 500 keys (from db) and storing it in memcache. When I retrieve its pretty slow and takes around 100 cycles. This is based on the call quota.get_request_cpu_usage()
When I store around 50, it takes around 15 cycles. I need to store around 4000 keys. So is it better that I store 400 memcache entries of 10 keys each ? Or, 10 entries of 400 each ? What are the aspects I need to keep in mind here ? Thanks for reading.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. 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.
