Skip to content
Draft
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
11 changes: 11 additions & 0 deletions docs/cloud/guides/cloud-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ Federated queries with some external database and table engines, such as SQLite,

User-defined functions are a recent feature in ClickHouse. ClickHouse Cloud currently supports SQL UDFs only.

#### Settings behavior {#udf-settings-behavior}

:::warning Important
UDFs in ClickHouse Cloud **do not inherit user-level settings**. They execute with default system settings.
:::

This means:
- Session-level settings (set via `SET` statement) are not propagated to UDF execution context
- User profile settings are not inherited by UDFs
- Query-level settings do not apply within UDF execution

### Experimental features {#experimental-features}

Experimental features are disabled in ClickHouse Cloud services to ensure the stability of service deployments.
Expand Down