We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2580990 commit d9e9dbaCopy full SHA for d9e9dba
ydb/core/protos/table_service_config.proto
@@ -234,7 +234,7 @@ message TTableServiceConfig {
234
optional bool EnablePredicateExtractForDataQueries = 37 [default = true];
235
optional bool EnableKqpImmediateEffects = 38 [default = true];
236
optional bool EnableSequentialReads = 39 [default = true];
237
- optional bool EnablePreparedDdl = 42 [default = false];
+ optional bool EnablePreparedDdl = 42 [default = true];
238
optional bool EnableSequences = 43 [default = true];
239
optional bool EnableAsyncComputationPatternCompilation = 48 [default = true];
240
optional TCompileComputationPatternServiceConfig CompileComputationPatternServiceConfig = 47;
0 commit comments