allow_experimental_ai_functions
aiGenerateContent) を有効にします。これらの関数は、AIプロバイダに対して外部HTTPリクエストを送信します。
allow_experimental_analyzer
enable_analyzer
アナライザを有効にします。
allow_experimental_cleanup_old_data_files_compaction
allow_experimental_codecs
allow_experimental_database_glue_catalog
allow_database_glue_catalog
catalog_type = ‘glue’ の実験的なデータベースエンジン DataLakeCatalog の使用を許可します
Cloud でのデフォルト値: 1.
allow_experimental_database_hms_catalog
allow_experimental_database_iceberg
allow_database_iceberg
catalog_type = ‘iceberg’ の実験的なデータベースエンジン DataLakeCatalog の使用を許可します
Cloud でのデフォルト値: 1.
allow_experimental_database_materialized_postgresql
allow_experimental_database_paimon_rest_catalog
allow_experimental_database_unity_catalog
allow_database_unity_catalog
catalog_type = ‘unity’ の実験的なデータベースエンジン DataLakeCatalog を有効にします
Cloud でのデフォルト値: 1.
allow_experimental_delta_kernel_rs
allow_experimental_delta_lake_writes
allow_delta_lake_writes
delta-kernelの書き込み機能を有効にします。
allow_experimental_eval_table_function
eval を有効にします。
allow_experimental_expire_snapshots
ALTER TABLE ... EXECUTE expire_snapshots を実行できるようにします。
allow_experimental_funnel_functions
allow_experimental_geo_types_in_iceberg
geometry および geography フィールド型を、ClickHouse の Geometry (Variant) 型としてパースできるようにします。
allow_experimental_hash_functions
allow_experimental_iceberg_compaction
allow_experimental_join_right_table_sorting
join_to_sort_minimum_perkey_rows と join_to_sort_maximum_table_rows の条件を満たす場合、left または inner ハッシュ結合のパフォーマンスを向上させるために、右テーブルをキー順に並べ替えます。
allow_experimental_json_lazy_type_hints
allow_experimental_kafka_offsets_storage_in_keeper
allow_experimental_kusto_dialect
allow_experimental_materialized_postgresql_table
allow_experimental_nlp_functions
allow_experimental_nullable_tuple_type
enable_nullable_tuple_type
テーブルで Nullable Tuple カラムを作成できるようにします。
この設定では、抽出された Tuple のサブカラムを Nullable にできるかどうか (たとえば、Dynamic、Variant、JSON、または Tuple カラムから抽出されたもの) を制御しません。
抽出された Tuple のサブカラムを Nullable にできるかどうかを制御するには、allow_nullable_tuple_in_extracted_subcolumns を使用してください。
allow_experimental_object_storage_queue_hive_partitioning
allow_experimental_paimon_storage_engine
allow_experimental_parallel_reading_from_replicas
enable_parallel_replicas
SELECT クエリ実行では、各分片から最大 max_parallel_replicas 個のレプリカを使用します。読み取りは並列化され、動的に調整されます。0 - 無効、1 - 有効 (障害時は自動的に無効化) 、2 - 有効 (障害時に例外をスロー)
allow_experimental_polyglot_dialect
allow_experimental_prql_dialect
allow_experimental_time_series_aggregate_functions
allow_experimental_ts_to_grid_aggregate_function
Prometheusライクな時系列のリサンプリング、rate、delta の計算に対応する実験的な timeSeries* 集約関数。
allow_experimental_time_series_table
- 0 — TimeSeries テーブルエンジンは無効です。
- 1 — TimeSeries テーブルエンジンは有効です。
allow_experimental_unique_key
UNIQUE KEY 句を使用したテーブルの作成を許可します。
allow_experimental_url_wildcard_from_index_pages
url() および ENGINE = URL での実験的なワイルドカード展開を許可します。