Improving Performance: Client-side Caching
In this lesson, we explore how client-side caching can improve the performance of a distributed file system.
Distributed file systems are good for a number of reasons, but sending all read and write requests across the network can lead to a big performance problem: the network generally isn’t that fast, especially as compared to local memory or disk.
CRUX
Thus, another problem: how can we improve the performance of a distributed file system?
Get hands-on with 1400+ tech skills courses.