airborne12 commented on code in PR #28810: URL: https://github.com/apache/doris/pull/28810#discussion_r1437323945
########## be/src/common/config.h: ########## @@ -1050,6 +1050,8 @@ DECLARE_Int32(inverted_index_read_buffer_size); DECLARE_Int32(max_depth_in_bkd_tree); // index compaction DECLARE_Bool(inverted_index_compaction_enable); +// index by RAM directory +DECLARE_Bool(inverted_index_ram_dir_enable); Review Comment: may be mBool? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org