From db12caadb4cdb5f24000dbc8ec51c11722af6598 Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Mon, 7 Apr 2025 13:13:40 +0200 Subject: [PATCH] Update warehouses.md --- docs/cloud/reference/warehouses.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cloud/reference/warehouses.md b/docs/cloud/reference/warehouses.md index 32b7f85c326..0f19fab5e7d 100644 --- a/docs/cloud/reference/warehouses.md +++ b/docs/cloud/reference/warehouses.md @@ -104,7 +104,8 @@ Sometimes it is useful to restrict write access to a specific service and allow _Fig. 6 - Read-write and Read-only services in a warehouse_ :::note -Read-only services currently allow user management operations (create, drop, etc). This behavior may be changed in the future. +1. Read-only services currently allow user management operations (create, drop, etc). This behavior may be changed in the future. +2. Currently, refreshable materialized views are executed on all services in the warehouse, including read-only services. This behavior will be changed in the future, however, and they will be executed on RW services only. :::