From 5ec4755677da57cbdc9b1713a1266f8e6b363518 Mon Sep 17 00:00:00 2001 From: Marina S <138340846+marina-google@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:04:45 -0700 Subject: [PATCH] add distributed caching --- storage/databases/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage/databases/README.md b/storage/databases/README.md index bd287d2..070ea5c 100644 --- a/storage/databases/README.md +++ b/storage/databases/README.md @@ -2,5 +2,8 @@
+ * **[database overview](database_overview.pdf)** +* **[caching best practices](caching.pdf)** +* **[distributed caching](distributed_caching.pdf)** * **[failure detection: heartbeats and pings, gossip, reversing failure detection](failure_detection.pdf)**