Mryange opened a new pull request, #37231:
URL: https://github.com/apache/doris/pull/37231

   ## Proposed changes
   
   1. remove non pipeline code
   2. use pass through in SenderQueue add block 
   
   ```
   mysql [test10]>set ENABLE_EXCHANGE_PASS_THROUGH = true;
   Query OK, 0 rows affected (0.00 sec)
   
   mysql [test10]>SELECT count() FROM strings WHERE long IN (SELECT long FROM 
strings);
   +----------+
   | count(*) |
   +----------+
   | 10000000 |
   +----------+
   1 row in set (27.87 sec)
   
   mysql [test10]>set ENABLE_EXCHANGE_PASS_THROUGH = false;
   Query OK, 0 rows affected (0.00 sec)
   
   mysql [test10]>SELECT count() FROM strings WHERE long IN (SELECT long FROM 
strings);
   +----------+
   | count(*) |
   +----------+
   | 10000000 |
   +----------+
   1 row in set (33.11 sec)
   ```
   
   <!--Describe your changes.-->
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to