From 0ff9dc072fc80810799b6dd6275621706da9906e Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sun, 25 Apr 2021 11:20:19 +0800 Subject: [PATCH] Fixing Linux filesystem performance regressions at LinkedIn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef61b1d..36a5ea3 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,7 @@ An updated and organized reading list for illustrating the patterns of scalable, ## Performance * [Performance Optimization on OS, Storage, Database, Network](https://stackify.com/application-performance-metrics/) * [Improving Performance with Background Data Prefetching at Instagram](https://engineering.instagram.com/improving-performance-with-background-data-prefetching-b191acb39898) + * [Fixing Linux filesystem performance regressions at LinkedIn](https://engineering.linkedin.com/blog/2020/fixing-linux-filesystem-performance-regressions) * [Compression Techniques to Solve Network I/O Bottlenecks at eBay](https://www.ebayinc.com/stories/blogs/tech/how-ebays-shopping-cart-used-compression-techniques-to-solve-network-io-bottlenecks/) * [Optimizing Web Servers for High Throughput and Low Latency at Dropbox](https://blogs.dropbox.com/tech/2017/09/optimizing-web-servers-for-high-throughput-and-low-latency/) * [Linux Performance Analysis in 60.000 Milliseconds at Netflix](https://medium.com/netflix-techblog/linux-performance-analysis-in-60-000-milliseconds-accc10403c55)