From fcaec2323c72ec1d68d729f69ff130dc6a0be479 Mon Sep 17 00:00:00 2001 From: Marina S <138340846+marina-google@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:07:05 -0700 Subject: [PATCH] database loadbalancing --- storage/databases/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/databases/README.md b/storage/databases/README.md index 070ea5c..c5b3e78 100644 --- a/storage/databases/README.md +++ b/storage/databases/README.md @@ -6,4 +6,5 @@ * **[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)** +* **[database loadbalancing](database_loadbalancing.pdf)** +* **[failure detection: heartbeats and pings, gossip](failure_detection.pdf)**