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
I as a system designer,wanna cache a lot of data to accelarating response speed.
given a query or objects need further process during the runtime of a process,
a bunch of data was generated, it may bring trouble when processing need more
resources and/or time, we need to cache the data to fasted the speed
Scenario 1:
when data is stored in remote systems like database or cloud services
then data should be pulled to local to accelarte the speed
Scenario 2:
when data is too big or too complex and will need lots of time for pre/pos process,
then data or middle data of some process should have these data cached to reduce the process time
Scenario 3:
when aggerageting some data
then we should cache them to make the process more easy
The text was updated successfully, but these errors were encountered:
qigao
changed the title
introduce cache
introduce cache capability
May 25, 2022
I as a system designer,wanna cache a lot of data to accelarating response speed.
given a query or objects need further process during the runtime of a process,
a bunch of data was generated, it may bring trouble when processing need more
resources and/or time, we need to cache the data to fasted the speed
Scenario 1:
when data is stored in remote systems like database or cloud services
then data should be pulled to local to accelarte the speed
Scenario 2:
when data is too big or too complex and will need lots of time for pre/pos process,
then data or middle data of some process should have these data cached to reduce the process time
Scenario 3:
when aggerageting some data
then we should cache them to make the process more easy
The text was updated successfully, but these errors were encountered: