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

entity caching #6

Closed
swannodette opened this issue Apr 27, 2014 · 3 comments
Closed

entity caching #6

swannodette opened this issue Apr 27, 2014 · 3 comments

Comments

@swannodette
Copy link

A simple rolling cache for entities would be a significant performance enhancement without adding too much complexity.

@tonsky
Copy link
Owner

tonsky commented Apr 27, 2014

Agree—will put it on todo list

@montyxcantsin
Copy link
Contributor

Do you have a particular strategy in mind for this?

@tonsky
Copy link
Owner

tonsky commented Jun 14, 2015

Looks like entity cache would not work: entity has a reference to the DB, so every transaction we would have to throw away all the entities :(

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

No branches or pull requests

3 participants