...
/Improving Performance: Client-side Caching
Improving Performance: Client-side Caching
In this lesson, we explore how client-side caching can improve the performance of a distributed file system.
We'll cover the following...
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 ...
Access this course and 1400+ top-rated courses and projects.