You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "eldenmoon (via GitHub)" <gi...@apache.org> on 2023/06/16 02:51:17 UTC

[GitHub] [doris] eldenmoon commented on a diff in pull request #20876: [Improvement](load) single partition load optimize

eldenmoon commented on code in PR #20876:
URL: https://github.com/apache/doris/pull/20876#discussion_r1231723925


##########
be/src/vec/exec/format/json/new_json_reader.cpp:
##########
@@ -1524,7 +1524,6 @@ Status NewJsonReader::_simdjson_parse_json(bool* is_empty_row, bool* eof) {
 }
 Status NewJsonReader::_simdjson_parse_json_doc(size_t* size, bool* eof) {
     // read a whole message
-    SCOPED_TIMER(_file_read_timer);

Review Comment:
   If we remove this profile, some info will lost.Maybe we could add it somewhere else



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org