You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content and adaptframework modules currently bypass the schema cache for all CRUD ops by using useCache: false. This results in a large amount of redundant schema compilations, significant slow down and inefficiency. Content copy and import suffer significantly.
Proposal
Make useCache an option to allow calling functions to determine if the cache should be used or bypassed. If useCache is not specified then the cache will be bypassed by default.
N.B. this proposal affects multiple modules, but for now the issue is defined here.
Feature description
The content and adaptframework modules currently bypass the schema cache for all CRUD ops by using
useCache: false
. This results in a large amount of redundant schema compilations, significant slow down and inefficiency. Content copy and import suffer significantly.Proposal
Make
useCache
an option to allow calling functions to determine if the cache should be used or bypassed. IfuseCache
is not specified then the cache will be bypassed by default.N.B. this proposal affects multiple modules, but for now the issue is defined here.
See also: #41
Can you work on this feature?
The text was updated successfully, but these errors were encountered: