From 35a59e8e2275e191118bc0b45fa8831540f3ab7e Mon Sep 17 00:00:00 2001 From: krithika-ch <105667148+krithika-ch@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:45:05 -0700 Subject: [PATCH] Update changelog.md Added a note to compute-compute separation preview being supported for AWS only at this time --- docs/en/cloud/reference/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cloud/reference/changelog.md b/docs/en/cloud/reference/changelog.md index c3bc4d1f320..099b1446288 100644 --- a/docs/en/cloud/reference/changelog.md +++ b/docs/en/cloud/reference/changelog.md @@ -8,7 +8,7 @@ In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibil ## August 15, 2024 -### Compute-compute separation is now in Private Preview +### Compute-compute separation is now in Private Preview for AWS For existing ClickHouse Cloud services, replicas handle both reads and writes, and there is no way to configure a certain replica to handle only one kind of operation. We have an upcoming new feature called Compute-compute separation that allows you to designate specific services as read-write or read-only services, allowing you to design the optimal compute configuration for your application to optimize cost and performance.