You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"iceberg_timezone_for_timestamptz", "UTC", "UTC", "New setting."},
57
57
{"hybrid_table_auto_cast_columns", true, true, "New setting to automatically cast Hybrid table columns when segments disagree on types. Default enabled."},
58
58
{"allow_experimental_hybrid_table", false, false, "Added new setting to allow the Hybrid table engine."}
59
+
{"show_data_lake_catalogs_in_system_tables", true, false, "Disable catalogs in system tables by default"},
60
+
{"optimize_rewrite_like_perfect_affix", false, true, "New setting"},
61
+
{"allow_dynamic_type_in_join_keys", true, false, "Disallow using Dynamic type in JOIN keys by default"},
62
+
{"use_skip_indexes_on_data_read", false, true, "Enabled skip index usage in read phase by default"},
63
+
{"s3queue_keeper_fault_injection_probablility", 0, 0, "New setting."},
64
+
{"enable_join_runtime_filters", false, false, "New setting"},
65
+
{"join_runtime_filter_exact_values_limit", 10000, 10000, "New setting"},
66
+
{"join_runtime_bloom_filter_bytes", 512_KiB, 512_KiB, "New setting"},
67
+
{"join_runtime_bloom_filter_hash_functions", 3, 3, "New setting"},
68
+
{"use_join_disjunctions_push_down", false, false, "New setting."},
69
+
{"joined_block_split_single_row", false, false, "New setting"},
70
+
{"rewrite_in_to_join", false, false, "New experimental setting"},
71
+
{"iceberg_insert_max_rows_in_data_file", 100000, 1000000, "New setting."},
72
+
{"iceberg_insert_max_bytes_in_data_file", 100000000, 100000000, "New setting."},
73
+
{"delta_lake_insert_max_rows_in_data_file", 100000, 1000000, "New setting."},
74
+
{"delta_lake_log_metadata", false, false, "New setting."},
75
+
{"distributed_cache_prefer_bigger_buffer_size", false, false, "New setting."},
76
+
{"allow_experimental_qbit_type", false, false, "New experimental setting"},
77
+
{"optimize_qbit_distance_function_reads", true, true, "New setting"},
78
+
{"read_from_distributed_cache_if_exists_otherwise_bypass_cache", false, false, "New setting"},
79
+
{"s3_slow_all_threads_after_retryable_error", false, false, "Disable the setting by default"},
80
+
{"backup_slow_all_threads_after_retryable_s3_error", false, false, "Disable the setting by default"},
81
+
{"enable_http_compression", false, true, "It should be beneficial in general"},
82
+
{"inject_random_order_for_select_without_order_by", false, false, "New setting"},
83
+
{"exclude_materialize_skip_indexes_on_insert", "", "", "New setting."},
84
+
{"optimize_empty_string_comparisons", false, true, "A new setting."},
{"schema_inference_make_columns_nullable", 1, 3, "Take nullability information from Parquet/ORC/Arrow metadata by default, instead of making everything nullable."},
87
+
{"materialized_views_squash_parallel_inserts", false, true, "Added setting to preserve old behavior if needed."},
0 commit comments