From 0db248fec5ab9dd8b02be6b7206d8f24d7b2be0f 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 fd4564189..5296a6cf2 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: