Skip to content
New issue

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

introduce cache capability #94

Open
qigao opened this issue May 25, 2022 · 0 comments
Open

introduce cache capability #94

qigao opened this issue May 25, 2022 · 0 comments

Comments

@qigao
Copy link
Owner

qigao commented 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

@qigao qigao changed the title introduce cache introduce cache capability May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant