반응형
SMALL
Why is Redis so fast? There are 3 main reasons as shown in the diagram below.
1. Redis is a RAM-based database. RAM access is at least 1000 times faster than random disk access.
2. Redis leverages IO multiplexing and single-threaded execution loop for execution efficiency.
3. Redis leverages several efficient lower-level data structures.
반응형
LIST
'Architecture' 카테고리의 다른 글
How does CDN work? (0) | 2023.04.21 |
---|---|
Foreign exchange in payments (0) | 2023.04.21 |
How does VISA work when we 𝐬𝐰𝐢𝐩𝐞 𝐚 𝐜𝐫𝐞𝐝𝐢𝐭 𝐜𝐚𝐫𝐝 at a merchant’s shop? (0) | 2023.04.21 |
Airbnb System Architecture (0) | 2023.04.21 |
Real-Time Messaging Architecture at Slack (0) | 2023.04.21 |