Data base caching method
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- TVMINING BEIJING MEDIA TECH
- Publication Date
- 2011-07-06
- Estimated Expiration
- Not applicable ยท inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of databases, in particular to a database cache method. Background technique
[0002] In network applications facing large-scale access, the database often becomes the bottleneck of the entire system. In order to reduce the pressure of database access, the current Internet applications widely use caching mechanisms such as MemCache to cache data, so as to reduce the number of accesses to the database by the application server and improve system response efficiency. At present, various file caches and memory cache systems are developing rapidly, providing many choices for application developers. These caches often use the Key-Value mapping mechanism, and each Key (key value or cache name) corresponds to a specific Value (storage Content), the application writes or reads the required data through a specific Key, and sets a certain length of cache expiration time, and the cache system maintains these cached da...