What is the actually meaning of “Cache“ in System Design?
Cache is a k-v structured thing.
and it store results that can answer the query we may request later.
what kind of DB support cache?
Memcached: Not support 資料持久化(because it store in memory, that’s why it called Mem(ory)-cache)
Redis:support 資料持久化
一些常見的誤區:
cache可以存在任何地方 記憶體 硬碟 CPU…
cache不一定是指的伺服器的快取 前端後端客戶端瀏覽器都可能有cache
相關文章
- System design summary
- System Design InterviewView
- Follow/Unfollow problem in system design
- System Design 學習路徑
- [LeetCode] 635. Design Log Storage SystemLeetCode
- Design and implementation of database anomaly monitoring system based on AI algorithmDatabaseAIGo
- [20231023]備庫與alter system flush buffer_cache.txt
- JDBC/MYSQL問題 : Unknown system variable 'query_cache_size'JDBCMySql
- 前端開發者也可以懂的基礎 System Design前端
- 《The Design of a Practical System for Fault-Tolerant Virtual Machines》論文研讀Mac
- system-design-resources: 最好的系統設計英文資源
- 系統設計(System Design)應該怎麼去學習?
- 「System Design」設計一個支援百萬使用者的系統
- Meaning of Block size in tcode R3AC1BloC
- 系統設計(System Design)應該怎麼去應對面試?面試
- Fluent-UI 一套受 Fluent Design System 啟發的 React 元件庫UIReact元件
- System Design 關係型資料庫的擴充套件 - 學習筆記資料庫套件筆記
- What is wrong?
- what is life?
- What is WebpackWeb
- What is maven?Maven
- What is Babel?Babel
- 上週 GitHub 熱點速覽 vol.08:系統設計必看 The System Design PrimerGithub
- 萬星開源專案:System Design Primer - 學習系統設計的必備指南
- What is a service mesh?
- What is rate limiting?MIT
- WHAT IS PPM Encoder ?
- What is an SQL relation?SQL
- [Information Security] What is WEPORM
- What are the benefits of using an proxy?
- What is dbo in SQL Server?SQLServer
- CISO之What & How
- what is the Mixin method in Python?Python
- What is the "WF - Contention'' Enqueue ?ENQ
- What does -> do in clojure?
- System
- What is the difference between a Homemaker and a Housewife?
- What does "xargs grep" do?