eldenmoon commented on code in PR #16263: URL: https://github.com/apache/doris/pull/16263#discussion_r1095300215
########## be/src/common/config.h: ########## @@ -246,6 +246,7 @@ CONF_mBool(row_nums_check, "true"); // modify them upon necessity CONF_Int32(min_file_descriptor_number, "60000"); CONF_Int64(index_stream_cache_capacity, "10737418240"); +CONF_String(row_cache_mem_limit, "20%"); Review Comment: high concurrent point query need memory to increase cache hit rate, I think 20% is OK for such work load ########## be/src/vec/jsonb/serialize.cpp: ########## @@ -319,4 +319,22 @@ void JsonbSerializeUtil::jsonb_to_block(const TupleDescriptor& desc, } } +// single row +void JsonbSerializeUtil::jsonb_to_block(const TupleDescriptor& desc, const Slice& data, Review Comment: ok -- 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