简体   繁体   中英

Cache a database

I have a problem to solve and at some point of it. It says this:

I decided to use a relational database to cache calculated data for the next calls.

What does the cache part means? Where is that data sorted? Is it saved in a temporal table? How can I access to that information?

Thanks in advance!!

"Cache calculated data" means the results of some resource-consuming calculations are stored in a database for faster future access without re-calculation. The data can be stored in one or several tables, it can be versioned or not, so particular implementation may vary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM