From d53ba411a58a6cf878cd8c25d56d7d45137d15e2 Mon Sep 17 00:00:00 2001 From: Marco Slot Date: Mon, 18 Sep 2023 10:41:10 +0200 Subject: [PATCH] Add to top-level README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ee07765c..08d192187 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,8 @@ When you send a query in which all (co-located) distributed tables have the same The schema and metadata of distributed tables and reference tables are automatically synchronized to all the nodes in the cluster. That way, you can connect to any node to run distributed queries. Schema changes and cluster administration still need to go through the coordinator. +Detailed descriptions of the implementation for Citus developers are provided in the [Citus Technical Documentation](src/backend/distributed/README.md). + ## When to use Citus Citus is uniquely capable of scaling both analytical and transactional workloads with up to petabytes of data. Use cases in which Citus is commonly used: