Docs
umem
Application Scenarios

Application Scenarios

1、 Businesses with Extremely High Frequency of Access

Such as social networks, e-commerce, games, advertisements, etc., data with very high access frequency can be stored in the cloud memory Memcache.

2、 Large-scale Promotional Businesses

In large-scale promotional systems, the overall access pressure of the system is very high, and normal databases simply cannot bear this level of access pressure. Cloud memory Memcache storage can be used as an effective option.

3、 Inventory System with Counters

Cloud memory Memcache and cloud database UDB are used together; UDB stores detailed data information while specific count information is stored in database fields. Cloud memory Memcache is then utilized to read the counts, and UDB maintains the count information.

Suggestions for Selection

Stand-alone Memcache is suitable for pure cache business scenarios, where it is acceptable to clear the data;

Stand-alone Memcache is suitable for scenarios with QPS below 100,000;

Stand-alone Memcache is ideal for scenarios that are very sensitive to latency;

For stable services that are already online and using self-built Memcache, it is recommended to use stand-alone Memcache;