jdxia opened a new issue, #31830:
URL: https://github.com/apache/shardingsphere/issues/31830

   Regarding the execution engine, the diagram in the document does not match 
the logic of the actual code.
   
   The document is written like this
   
![image](https://github.com/apache/shardingsphere/assets/23069626/055ee2f8-c0fa-4292-985d-f9dfc2e7e0ee)
   
   But the code is like this
   
   
org.apache.shardingsphere.infra.executor.sql.prepare.AbstractExecutionPrepareEngine#prepare(org.apache.shardingsphere.infra.route.context.RouteContext,
 java.util.Map<java.lang.String,java.lang.Integer>, 
java.util.Collection<org.apache.shardingsphere.infra.executor.sql.context.ExecutionUnit>,
 
org.apache.shardingsphere.infra.executor.kernel.model.ExecutionGroupReportContext)
   
   ```
   ConnectionMode connectionMode = maxConnectionsSizePerQuery < 
entry.getValue().size() ? ConnectionMode.CONNECTION_STRICTLY : 
ConnectionMode.MEMORY_STRICTLY;
   ```
   
   


-- 
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]

Reply via email to