Skip to content
中文
Category/database

Database

2 posts

1 min read#redis

Cache Aside Pattern

When updating the cache, after updating the database, should you update the cache or delete it? Or perhaps delete the cache first, then update the database—either way, there are certain issues involved.

Read more
1 min read#hive#mysql

The Self-Cultivation of a SQL Engineer

Since I personally prefer using window functions, I prioritized them in my solutions. Of course, these may not always be the optimal approaches—the answers are for reference only.

Read more