Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/cloud/reference/warehouses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::


Expand Down