From 77363b8f7a4993cec7add7ad646b78464f993165 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 17 Apr 2021 10:57:44 +0800 Subject: [PATCH] Solr Performance Tuning at Walmart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7389e9..ef61b1d 100644 --- a/README.md +++ b/README.md @@ -618,6 +618,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Debugging Java Memory Leaks at Allegro](https://allegro.tech/2018/05/a-comedy-of-errors-debugging-java-memory-leaks.html) * [Optimizing JVM at Alibaba](https://www.youtube.com/watch?v=X4tmr3nhZRg) * [Tuning JVM Memory for Large-scale Services at Uber](https://eng.uber.com/jvm-tuning-garbage-collection/) + * [Solr Performance Tuning at Walmart](https://medium.com/walmartglobaltech/solr-performance-tuning-beb7d0d0f8d9) * [Performance Optimization on Image, Video, Page Load](https://developers.google.com/web/fundamentals/performance/why-performance-matters/) * [Optimizing 360 Photos at Scale at Facebook](https://code.facebook.com/posts/129055711052260/optimizing-360-photos-at-scale/) * [Reducing Image File Size in the Photos Infrastructure at Etsy](https://codeascraft.com/2017/05/30/reducing-image-file-size-at-etsy/)