We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A simple rolling cache for entities would be a significant performance enhancement without adding too much complexity.
The text was updated successfully, but these errors were encountered:
Agree—will put it on todo list
Sorry, something went wrong.
Do you have a particular strategy in mind for this?
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 :(
No branches or pull requests
A simple rolling cache for entities would be a significant performance enhancement without adding too much complexity.
The text was updated successfully, but these errors were encountered: