Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-memcached Models for App Engine #19

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments
Closed

Auto-memcached Models for App Engine #19

GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

It would be awesome if there was a base Model class that automatically 
memcached models when read, and put them back on write.

This could be done similar to how Nick Johnson describes here: 
http://blog.notdot.net/2009/9/Efficient-model-memcaching

Original issue reported on code.google.com by jasonhall@google.com on 7 Sep 2011 at 1:11

@GoogleCodeExporter
Copy link
Author

You may want to take a look at/try ndb 
(http://code.google.com/p/appengine-ndb-experiment/) as that does automatic 
entity caching similar to what you're asking (I think).

Original comment by curtis.t...@gmail.com on 4 Oct 2011 at 12:16

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

The GAE db.Model stuff isn't part of this project, you'd be much better 
discussing this in the gae python group, and putting any issues into the main 
GAE issue tracker.

That said, Guido's NDB stuff looks promising, as referenced above.  I'd guess 
it stands a pretty high chance of replacing GAE's ext.db, in the same way that 
webapp2 is replacing webapp.

Original comment by paul.j.m...@googlemail.com on 12 Oct 2011 at 2:46

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

I don't think that this is a webapp2 issue.

Original comment by bquin...@google.com on 5 Dec 2011 at 11:27

  • Changed state: Invalid
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant