CrackerSuperior commented on issue #16197: URL: https://github.com/apache/shardingsphere/issues/16197#issuecomment-1073403837
Sharding does have the problem of slow execution efficiency of batch SQL, which is probably caused by using Antlr4. Antlr4 will parse this batch SQL into a syntax tree. It takes a lot of time to traverse the syntax tree, but this is unavoidable. -- 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]
