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
Instead of querying and pulling from the DB everytime a plio's data is requested, we should use a cache to store all those details in the memory for faster accessing of the data.
This can include plio GET, items GET, questions GET etc
If some information is not cached, we can retrieve it from the DB and store it in the cache for future use
The text was updated successfully, but these errors were encountered:
Instead of querying and pulling from the DB everytime a plio's data is requested, we should use a cache to store all those details in the memory for faster accessing of the data.
This can include plio GET, items GET, questions GET etc
If some information is not cached, we can retrieve it from the DB and store it in the cache for future use
The text was updated successfully, but these errors were encountered: