google app engine - Use of memcache with NDB -


i'm going db ndb , have little doubt.

i've read caching docs need clarification or confirmation: db using memcache save "views" , avoid hitting datastore. ndb "caches" entities reads , writes, but, read can do?

e.g.: items = item.query().fetch(100) gives me items. query cached ndb automatically? if 2 users wants see items in list, second read hit ndb cache?

ndb caches get() calls, fetch entities key.

queries not cached.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -