Evaluate providing some built-in ORM caching #121
Labels
status: gathering feedback
Further discussion is needed to determine this issue's scope and/or implementation
type: feature
Introduction of substantial new functionality to the application
Environment
Proposed Functionality
Have the framework expose something like
get_from_cache(content_type, **kwargs)
with a cache scoped to the execution of a single job.Use Case
Objects that are commonly looked up (e.g.
Region
,Status
) could be looked up from the DB once in the beginning and then, for CRUD operations on models or during loading, just be looked up from memory, speeding up operations as a whole.The text was updated successfully, but these errors were encountered: