strongduanmu opened a new issue, #20697: URL: https://github.com/apache/shardingsphere/issues/20697
## Feature Request ### Is your feature request related to a problem? No. ### Describe the feature you would like.  At present, ShardingSphere integrates Seata to implement Base transactions, and has achieved good results. But there is still a problem, both ShardingSphere and Seata parse the SQL when processing it, which leads to additional performance overhead. In order to optimize the performance of the integrated use of ShardingSphere and Seata, we need to integrate the SQL parsing of ShardingSphere and Seata, and pass the AST of ShardingSphere to Seata to avoid the problem of repeated SQL parsing. -- 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]
