[fix docs] (#17634)
Co-authored-by: shenshoucheng <shenshoucheng@jd.com>
This commit is contained in:
@ -62,7 +62,7 @@ template <bool is_binary_format>
|
||||
void VMysqlResultWriter<is_binary_format>::_init_profile() {
|
||||
_append_row_batch_timer = ADD_TIMER(_parent_profile, "AppendBatchTime");
|
||||
_convert_tuple_timer = ADD_CHILD_TIMER(_parent_profile, "TupleConvertTime", "AppendBatchTime");
|
||||
_result_send_timer = ADD_CHILD_TIMER(_parent_profile, "ResultRendTime", "AppendBatchTime");
|
||||
_result_send_timer = ADD_CHILD_TIMER(_parent_profile, "ResultSendTime", "AppendBatchTime");
|
||||
_sent_rows_counter = ADD_COUNTER(_parent_profile, "NumSentRows", TUnit::UNIT);
|
||||
}
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ Query:
|
||||
- MaxBlockSize: 8.00 MB
|
||||
DataBufferSender (dst_fragment_instance_id=a0a9259df9844029-845331577440a3be):
|
||||
- AppendBatchTime: 9.23us
|
||||
- ResultRendTime: 956ns
|
||||
- ResultSendTime: 956ns
|
||||
- TupleConvertTime: 5.735us
|
||||
- NumSentRows: 5
|
||||
OLAP_SCAN_NODE (id=0):(Active: 1.506ms, % non-child: 20.59%)
|
||||
|
||||
@ -71,7 +71,7 @@ Query:
|
||||
- MaxBlockSize: 8.00 MB
|
||||
DataBufferSender (dst_fragment_instance_id=a0a9259df9844029-845331577440a3be):
|
||||
- AppendBatchTime: 9.23us
|
||||
- ResultRendTime: 956ns
|
||||
- ResultSendTime: 956ns
|
||||
- TupleConvertTime: 5.735us
|
||||
- NumSentRows: 5
|
||||
OLAP_SCAN_NODE (id=0):(Active: 1.506ms, % non-child: 20.59%)
|
||||
|
||||
Reference in New Issue
Block a user