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 d970b08 commit bffee1aCopy full SHA for bffee1a
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -2594,7 +2594,7 @@ public boolean isEnableSortSpill() {
2594
return enableSortSpill;
2595
}
2596
2597
- @VariableMgr.VarAttr(name = ENABLE_ADD_INDEX_FOR_NEW_DATA, fuzzy = true, description = {
+ @VariableMgr.VarAttr(name = ENABLE_ADD_INDEX_FOR_NEW_DATA, needForward = true, description = {
2598
"是否启用仅对新数据生效的索引添加模式,开启时新建索引只对后续写入的数据生效,关闭时对全部数据重建索引",
2599
"Whether to enable add index mode that only affects new data, "
2600
+ "when enabled new indexes only affect subsequently written data, "
0 commit comments