huntkalio opened a new issue, #36426: URL: https://github.com/apache/shardingsphere/issues/36426
## Question When transactionalReadQueryStrategy is set to DYNAMIC, if add/modify/delete or other write sql before executing a query within a transaction, will the query go to the writeDataSource or the readDataSource? If the query is going to the readDataSource, is it more appropriate to set the default transactionalReadQueryStrategy to PRIMARY? Why did we change the default from PRIMARY to DYNAMIC in versions after 5.4.0? -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org